Html Css Color HEX #FAE756 Paris Daisy

📋 copy color: '#FAE756'

red 250 ◦ green 231 ◦ blue 86

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

Shades of Paris Daisy #FAE756

Tints of Paris Daisy #FAE756

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

 BLUE value IS 86 (33.98% from 255) = 15.17%

R = 44.09%
G = 40.74%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAE756 (or 0xFAE756) is known color: Paris Daisy. HEX triplet: FA, E7 and 56. RGB value is (250,231,86). Sum of RGB (Red+Green+Blue) = 250+231+86=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 86 (33.98% from 255 or 15.17% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE756 is #0518A9. Grayscale: #DCDCDC. Windows color (decimal): -333994 or 5695482. OLE color: 5695482.

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

Color convert

RGB 250 231 86 -
CMYK 0 0.08 0.66 0.02
HSL 53.05º 0.94% 0.66% -
HSV(B) 53.05º 0.66% 0.98% -
XYZ 69.68 78.15 20.22 -
YUV 220.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 250 231 86 0 0.08 0.66 0.02 53.05 0.94 0.66
Hex FA E7 56 0 8 42 2 35 5E 42
Octal 372 347 126 0 10 102 2 65 136 102
Binary 11111010 11100111 1010110 0 1000 1000010 10 110101 1011110 1000010

Color Harmonies of #FAE756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE756

Black with #FAE756

Text Example


Text Example

White with #FAE756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE756; }

 p { color: rgb(250,231,86); }

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

background-color css

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

 a { background-color: rgb(250,231,86); }

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

border-color css

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

 span { border-color: rgb(250,231,86); }

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