#FAF745

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

Shades of Paris Daisy #FAF745

Tints of Paris Daisy #FAF745

Color information

#FAF745 (or 0xFAF745) is unknown color: approx Paris Daisy. HEX triplet: FA, F7 and 45. RGB value is (250,247,69). Sum of RGB (Red+Green+Blue) = 250+247+69=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 69 (27.34% from 255 or 12.19% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF745 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF745 is #0508BA. Grayscale: #E4E4E4. Windows color (decimal): -329915 or 4585466. OLE color: 4585466.

HSL color Cylindrical-coordinate representation of color #FAF745: hue angle of 59.01º 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 #FAF745 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25024769-
CMYK00.010.720.02
HSL59.01º94.76%62.55%-
HSV(B)59.01º72.4%98.04%-
XYZ73.7687.2818.59-
YUV227.638.49143.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 69 (27.34% from 255) = 12.19%
R=44.17%
G=43.64%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502476900.010.720.0259.0194.7662.55
HexFAF745014823b5f3f
Octal3723671050111027313777
Binary11111010111101111000101011001000101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF745; }

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

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

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

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

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

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

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

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