#faf23f

Color #FAF23F Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FAF23F

Tints of Paris Daisy #FAF23F

Color information

#FAF23F (or 0xFAF23F) is unknown color: approx Paris Daisy. HEX triplet: FA, F2 and 3F. RGB value is (250,242,63). Sum of RGB (Red+Green+Blue) = 250+242+63=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 63 (25% from 255 or 11.35% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF23F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF23F is #050DC0. Grayscale: #E0E0E0. Windows color (decimal): -331201 or 4190970. OLE color: 4190970.

HSL color Cylindrical-coordinate representation of color #FAF23F: hue angle of 57.43º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAF23F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB25024263-
CMYK00.030.750.02
HSL57.43º94.92%61.37%-
HSV(B)57.43º74.8%98.04%-
XYZ72.0784.1917.15-
YUV223.9937.15146.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 242 (94.92% from 255) = 43.60%
BLUE value IS 63 (25% from 255) = 11.35%
R=45.05%
G=43.60%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502426300.030.750.0257.4394.9261.37
HexFAF23F034B2395f3d
Octal372362770311327113775
Binary11111010111100101111110111001011101110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faf23f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faf23f; }

 p { color: rgb(250,242,63); }

 H1.HeaderClassName
 {
   color: #faf23f;
 }
 .AnyTagClassName
 {
   color: #faf23f;
 }
</style>
background-color css

<style>
 a { background-color: #faf23f; }

 a { background-color: rgb(250,242,63); }

 div.DivClassName
 {
   background-color: #faf23f;
 }
 .BgClassName
 {
   background-color: #faf23f;
 }
</style>
border-color css

<style>
 span { border-color: #faf23f; }

 span { border-color: rgb(250,242,63); }

 td.TdClassName
 {
   border-color: #faf23f;
 }
 .TagClassName
 {
   border-color: #faf23f;
 }
</style>