Html Css Color HEX #FAE549 Paris Daisy

📋 copy color: '#FAE549'

red 250 ◦ green 229 ◦ blue 73

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

Shades of Paris Daisy #FAE549

Tints of Paris Daisy #FAE549

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.49%

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

R = 45.29%
G = 41.49%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAE549 (or 0xFAE549) is known color: Paris Daisy. HEX triplet: FA, E5 and 49. RGB value is (250,229,73). Sum of RGB (Red+Green+Blue) = 250+229+73=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 73 (28.91% from 255 or 13.22% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE549 is #051AB6. Grayscale: #DADADA. Windows color (decimal): -334519 or 4843002. OLE color: 4843002.

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

Color convert

RGB 250 229 73 -
CMYK 0 0.08 0.71 0.02
HSL 52.88º 0.95% 0.63% -
HSV(B) 52.88º 0.71% 0.98% -
XYZ 68.65 76.84 17.52 -
YUV 217.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 250 229 73 0 0.08 0.71 0.02 52.88 0.95 0.63
Hex FA E5 49 0 8 47 2 35 5F 3F
Octal 372 345 111 0 10 107 2 65 137 77
Binary 11111010 11100101 1001001 0 1000 1000111 10 110101 1011111 111111

Color Harmonies of #FAE549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE549

Black with #FAE549

Text Example


Text Example

White with #FAE549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE549; }

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

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

background-color css

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

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

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

border-color css

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

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

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