Html Css Color HEX #FAE448 Paris Daisy

📋 copy color: '#FAE448'

red 250 ◦ green 228 ◦ blue 72

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

Shades of Paris Daisy #FAE448

Tints of Paris Daisy #FAE448

RGB

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

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

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

R = 45.45%
G = 41.45%
B = 13.09%

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

#FAE448 (or 0xFAE448) is known color: Paris Daisy. HEX triplet: FA, E4 and 48. RGB value is (250,228,72). Sum of RGB (Red+Green+Blue) = 250+228+72=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE448 is #051BB7. Grayscale: #D9D9D9. Windows color (decimal): -334776 or 4777210. OLE color: 4777210.

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

Color convert

RGB 250 228 72 -
CMYK 0 0.09 0.71 0.02
HSL 52.58º 0.95% 0.63% -
HSV(B) 52.58º 0.71% 0.98% -
XYZ 68.34 76.28 17.25 -
YUV 216.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 250 228 72 0 0.09 0.71 0.02 52.58 0.95 0.63
Hex FA E4 48 0 9 47 2 35 5F 3F
Octal 372 344 110 0 11 107 2 65 137 77
Binary 11111010 11100100 1001000 0 1001 1000111 10 110101 1011111 111111

Color Harmonies of #FAE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE448

Black with #FAE448

Text Example


Text Example

White with #FAE448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE448; }

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

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

background-color css

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

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

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

border-color css

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

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

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