#FAF645

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

Shades of Paris Daisy #FAF645

Tints of Paris Daisy #FAF645

Color information

#FAF645 (or 0xFAF645) is unknown color: approx Paris Daisy. HEX triplet: FA, F6 and 45. RGB value is (250,246,69). Sum of RGB (Red+Green+Blue) = 250+246+69=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 69 (27.34% from 255 or 12.21% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF645 is #0509BA. Grayscale: #E3E3E3. Windows color (decimal): -330171 or 4585210. OLE color: 4585210.

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

Color convert

RGB25024669-
CMYK00.020.720.02
HSL58.67º94.76%62.55%-
HSV(B)58.67º72.4%98.04%-
XYZ73.4586.6718.49-
YUV227.0238.83144.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 69 (27.34% from 255) = 12.21%
R=44.25%
G=43.54%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502466900.020.720.0258.6794.7662.55
HexFAF645024823b5f3f
Octal3723661050211027313777
Binary111110101111011010001010101001000101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF645; }

 p { color: rgb(250,246,69); }

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

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

 a { background-color: rgb(250,246,69); }

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

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

 span { border-color: rgb(250,246,69); }

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