Html Css Color HEX #FAE047 Paris Daisy

📋 copy color: '#FAE047'

red 250 ◦ green 224 ◦ blue 71

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

Shades of Paris Daisy #FAE047

Tints of Paris Daisy #FAE047

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.1%

 BLUE value IS 71 (28.13% from 255) = 13.03%

R = 45.87%
G = 41.1%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAE047 (or 0xFAE047) is known color: Paris Daisy. HEX triplet: FA, E0 and 47. RGB value is (250,224,71). Sum of RGB (Red+Green+Blue) = 250+224+71=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE047 is #051FB8. Grayscale: #D6D6D6. Windows color (decimal): -335801 or 4710650. OLE color: 4710650.

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

Color convert

RGB 250 224 71 -
CMYK 0 0.10 0.72 0.02
HSL 51.28º 0.95% 0.63% -
HSV(B) 51.28º 0.72% 0.98% -
XYZ 67.22 74.09 16.72 -
YUV 214.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 250 224 71 0 0.10 0.72 0.02 51.28 0.95 0.63
Hex FA E0 47 0 A 48 2 33 5F 3F
Octal 372 340 107 0 12 110 2 63 137 77
Binary 11111010 11100000 1000111 0 1010 1001000 10 110011 1011111 111111

Color Harmonies of #FAE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE047

Black with #FAE047

Text Example


Text Example

White with #FAE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE047; }

 p { color: rgb(250,224,71); }

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

background-color css

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

 a { background-color: rgb(250,224,71); }

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

border-color css

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

 span { border-color: rgb(250,224,71); }

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