Html Css Color HEX #FAE446 Paris Daisy

📋 copy color: '#FAE446'

red 250 ◦ green 228 ◦ blue 70

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

Shades of Paris Daisy #FAE446

Tints of Paris Daisy #FAE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.61%

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

R = 45.62%
G = 41.61%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAE446 (or 0xFAE446) is known color: Paris Daisy. HEX triplet: FA, E4 and 46. RGB value is (250,228,70). Sum of RGB (Red+Green+Blue) = 250+228+70=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 70 (27.73% from 255 or 12.77% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE446 is #051BB9. Grayscale: #D9D9D9. Windows color (decimal): -334778 or 4646138. OLE color: 4646138.

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

Color convert

RGB 250 228 70 -
CMYK 0 0.09 0.72 0.02
HSL 52.67º 0.95% 0.63% -
HSV(B) 52.67º 0.72% 0.98% -
XYZ 68.27 76.25 16.91 -
YUV 216.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 250 228 70 0 0.09 0.72 0.02 52.67 0.95 0.63
Hex FA E4 46 0 9 48 2 35 5F 3F
Octal 372 344 106 0 11 110 2 65 137 77
Binary 11111010 11100100 1000110 0 1001 1001000 10 110101 1011111 111111

Color Harmonies of #FAE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE446

Black with #FAE446

Text Example


Text Example

White with #FAE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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