Html Css Color HEX #FAF040 Paris Daisy

📋 copy color: '#FAF040'

red 250 ◦ green 240 ◦ blue 64

#FAF040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FAF040

Tints of Paris Daisy #FAF040

RGB

 RED value IS 250 (98.05% from 255) = 45.13%

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 64 (25.39% from 255) = 11.55%

R = 45.13%
G = 43.32%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF040 (or 0xFAF040) is known color: Paris Daisy. HEX triplet: FA, F0 and 40. RGB value is (250,240,64). Sum of RGB (Red+Green+Blue) = 250+240+64=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF040 is #050FBF. Grayscale: #DFDFDF. Windows color (decimal): -331712 or 4255994. OLE color: 4255994.

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

Color convert

RGB 250 240 64 -
CMYK 0 0.04 0.74 0.02
HSL 56.77º 0.95% 0.62% -
HSV(B) 56.77º 0.74% 0.98% -
XYZ 71.51 83.01 17.1 -
YUV 222.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 250 240 64 0 0.04 0.74 0.02 56.77 0.95 0.62
Hex FA F0 40 0 4 4A 2 39 5F 3E
Octal 372 360 100 0 4 112 2 71 137 76
Binary 11111010 11110000 1000000 0 100 1001010 10 111001 1011111 111110

Color Harmonies of #FAF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF040

Black with #FAF040

Text Example


Text Example

White with #FAF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF040; }

 p { color: rgb(250,240,64); }

 H1.HeaderClassName
 {
   color: #FAF040;
 }
 .AnyTagClassName
 {
   color: #FAF040;
 }
</style>

background-color css

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

 a { background-color: rgb(250,240,64); }

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

border-color css

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

 span { border-color: rgb(250,240,64); }

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