#FAF74D

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

Shades of Paris Daisy #FAF74D

Tints of Paris Daisy #FAF74D

Color information

#FAF74D (or 0xFAF74D) is unknown color: approx Paris Daisy. HEX triplet: FA, F7 and 4D. RGB value is (250,247,77). Sum of RGB (Red+Green+Blue) = 250+247+77=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF74D is #0508B2. Grayscale: #E5E5E5. Windows color (decimal): -329907 or 5109754. OLE color: 5109754.

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

Color convert

RGB25024777-
CMYK00.010.690.02
HSL58.96º94.54%64.12%-
HSV(B)58.96º69.2%98.04%-
XYZ74.0287.3819.99-
YUV228.5242.49143.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 247 (96.88% from 255) = 43.03%
BLUE value IS 77 (30.47% from 255) = 13.41%
R=43.55%
G=43.03%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502477700.010.690.0258.9694.5464.12
HexFAF74D014523b5f40
Octal37236711501105273137100
Binary111110101111011110011010110001011011101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF74D; }

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

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

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

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

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

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

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

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