Html Css Color HEX #FAF446 Paris Daisy

📋 copy color: '#FAF446'

red 250 ◦ green 244 ◦ blue 70

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

Shades of Paris Daisy #FAF446

Tints of Paris Daisy #FAF446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.41%

R = 44.33%
G = 43.26%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF446 (or 0xFAF446) is known color: Paris Daisy. HEX triplet: FA, F4 and 46. RGB value is (250,244,70). Sum of RGB (Red+Green+Blue) = 250+244+70=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 70 (27.73% from 255 or 12.41% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF446 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF446 is #050BB9. Grayscale: #E2E2E2. Windows color (decimal): -330682 or 4650234. OLE color: 4650234.

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

Color convert

RGB 250 244 70 -
CMYK 0 0.02 0.72 0.02
HSL 58º 0.95% 0.63% -
HSV(B) 58º 0.72% 0.98% -
XYZ 72.88 85.47 18.45 -
YUV 225.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 250 244 70 0 0.02 0.72 0.02 58 0.95 0.63
Hex FA F4 46 0 2 48 2 3A 5F 3F
Octal 372 364 106 0 2 110 2 72 137 77
Binary 11111010 11110100 1000110 0 10 1001000 10 111010 1011111 111111

Color Harmonies of #FAF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF446

Black with #FAF446

Text Example


Text Example

White with #FAF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF446; }

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

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

background-color css

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

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

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

border-color css

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

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

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