Html Css Color HEX #FAE552 Paris Daisy

📋 copy color: '#FAE552'

red 250 ◦ green 229 ◦ blue 82

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

Shades of Paris Daisy #FAE552

Tints of Paris Daisy #FAE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.62%

R = 44.56%
G = 40.82%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAE552 (or 0xFAE552) is known color: Paris Daisy. HEX triplet: FA, E5 and 52. RGB value is (250,229,82). Sum of RGB (Red+Green+Blue) = 250+229+82=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE552 is #051AAD. Grayscale: #DBDBDB. Windows color (decimal): -334510 or 5432826. OLE color: 5432826.

HSL color Cylindrical-coordinate representation of color #FAE552: hue angle of 52.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAE552 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 82 -
CMYK 0 0.08 0.67 0.02
HSL 52.5º 0.94% 0.65% -
HSV(B) 52.5º 0.67% 0.98% -
XYZ 68.97 76.97 19.2 -
YUV 218.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 250 229 82 0 0.08 0.67 0.02 52.5 0.94 0.65
Hex FA E5 52 0 8 43 2 34 5E 41
Octal 372 345 122 0 10 103 2 64 136 101
Binary 11111010 11100101 1010010 0 1000 1000011 10 110100 1011110 1000001

Color Harmonies of #FAE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE552

Black with #FAE552

Text Example


Text Example

White with #FAE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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