Html Css Color HEX #FAF442 Paris Daisy

📋 copy color: '#FAF442'

red 250 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #FAF442

Tints of Paris Daisy #FAF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

 BLUE value IS 66 (26.17% from 255) = 11.79%

R = 44.64%
G = 43.57%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF442 (or 0xFAF442) is known color: Paris Daisy. HEX triplet: FA, F4 and 42. RGB value is (250,244,66). Sum of RGB (Red+Green+Blue) = 250+244+66=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 66 (26.17% from 255 or 11.79% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF442 is #050BBD. Grayscale: #E2E2E2. Windows color (decimal): -330686 or 4388090. OLE color: 4388090.

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

Color convert

RGB 250 244 66 -
CMYK 0 0.02 0.74 0.02
HSL 58.04º 0.95% 0.62% -
HSV(B) 58.04º 0.74% 0.98% -
XYZ 72.76 85.42 17.81 -
YUV 225.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 250 244 66 0 0.02 0.74 0.02 58.04 0.95 0.62
Hex FA F4 42 0 2 4A 2 3A 5F 3E
Octal 372 364 102 0 2 112 2 72 137 76
Binary 11111010 11110100 1000010 0 10 1001010 10 111010 1011111 111110

Color Harmonies of #FAF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF442

Black with #FAF442

Text Example


Text Example

White with #FAF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF442; }

 p { color: rgb(250,244,66); }

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

background-color css

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

 a { background-color: rgb(250,244,66); }

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

border-color css

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

 span { border-color: rgb(250,244,66); }

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