Html Css Color HEX #FAE855 Paris Daisy

📋 copy color: '#FAE855'

red 250 ◦ green 232 ◦ blue 85

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

Shades of Paris Daisy #FAE855

Tints of Paris Daisy #FAE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.92%

 BLUE value IS 85 (33.59% from 255) = 14.99%

R = 44.09%
G = 40.92%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAE855 (or 0xFAE855) is known color: Paris Daisy. HEX triplet: FA, E8 and 55. RGB value is (250,232,85). Sum of RGB (Red+Green+Blue) = 250+232+85=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE855 is #0517AA. Grayscale: #DDDDDD. Windows color (decimal): -333739 or 5630202. OLE color: 5630202.

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

Color convert

RGB 250 232 85 -
CMYK 0 0.07 0.66 0.02
HSL 53.45º 0.94% 0.66% -
HSV(B) 53.45º 0.66% 0.98% -
XYZ 69.92 78.69 20.1 -
YUV 220.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 250 232 85 0 0.07 0.66 0.02 53.45 0.94 0.66
Hex FA E8 55 0 7 42 2 35 5E 42
Octal 372 350 125 0 7 102 2 65 136 102
Binary 11111010 11101000 1010101 0 111 1000010 10 110101 1011110 1000010

Color Harmonies of #FAE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE855

Black with #FAE855

Text Example


Text Example

White with #FAE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE855; }

 p { color: rgb(250,232,85); }

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

background-color css

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

 a { background-color: rgb(250,232,85); }

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

border-color css

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

 span { border-color: rgb(250,232,85); }

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