Html Css Color HEX #FAE048 Paris Daisy

📋 copy color: '#FAE048'

red 250 ◦ green 224 ◦ blue 72

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

Shades of Paris Daisy #FAE048

Tints of Paris Daisy #FAE048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.19%

R = 45.79%
G = 41.03%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAE048 (or 0xFAE048) is known color: Paris Daisy. HEX triplet: FA, E0 and 48. RGB value is (250,224,72). Sum of RGB (Red+Green+Blue) = 250+224+72=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 72 (28.52% from 255 or 13.19% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE048 is #051FB7. Grayscale: #D7D7D7. Windows color (decimal): -335800 or 4776186. OLE color: 4776186.

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

Color convert

RGB 250 224 72 -
CMYK 0 0.10 0.71 0.02
HSL 51.24º 0.95% 0.63% -
HSV(B) 51.24º 0.71% 0.98% -
XYZ 67.25 74.1 16.89 -
YUV 214.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 250 224 72 0 0.10 0.71 0.02 51.24 0.95 0.63
Hex FA E0 48 0 A 47 2 33 5F 3F
Octal 372 340 110 0 12 107 2 63 137 77
Binary 11111010 11100000 1001000 0 1010 1000111 10 110011 1011111 111111

Color Harmonies of #FAE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE048

Black with #FAE048

Text Example


Text Example

White with #FAE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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