Html Css Color HEX #FAE449 Paris Daisy

📋 copy color: '#FAE449'

red 250 ◦ green 228 ◦ blue 73

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

Shades of Paris Daisy #FAE449

Tints of Paris Daisy #FAE449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.25%

R = 45.37%
G = 41.38%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAE449 (or 0xFAE449) is known color: Paris Daisy. HEX triplet: FA, E4 and 49. RGB value is (250,228,73). Sum of RGB (Red+Green+Blue) = 250+228+73=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 73 (28.91% from 255 or 13.25% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE449 is #051BB6. Grayscale: #D9D9D9. Windows color (decimal): -334775 or 4842746. OLE color: 4842746.

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

Color convert

RGB 250 228 73 -
CMYK 0 0.09 0.71 0.02
HSL 52.54º 0.95% 0.63% -
HSV(B) 52.54º 0.71% 0.98% -
XYZ 68.37 76.29 17.43 -
YUV 216.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 250 228 73 0 0.09 0.71 0.02 52.54 0.95 0.63
Hex FA E4 49 0 9 47 2 35 5F 3F
Octal 372 344 111 0 11 107 2 65 137 77
Binary 11111010 11100100 1001001 0 1001 1000111 10 110101 1011111 111111

Color Harmonies of #FAE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE449

Black with #FAE449

Text Example


Text Example

White with #FAE449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE449; }

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

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

background-color css

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

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

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

border-color css

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

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

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