Html Css Color HEX #FAE956 Paris Daisy

📋 copy color: '#FAE956'

red 250 ◦ green 233 ◦ blue 86

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

Shades of Paris Daisy #FAE956

Tints of Paris Daisy #FAE956

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.95%

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

R = 43.94%
G = 40.95%
B = 15.11%

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

#FAE956 (or 0xFAE956) is known color: Paris Daisy. HEX triplet: FA, E9 and 56. RGB value is (250,233,86). Sum of RGB (Red+Green+Blue) = 250+233+86=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 86 (33.98% from 255 or 15.11% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE956 is #0516A9. Grayscale: #DDDDDD. Windows color (decimal): -333482 or 5695994. OLE color: 5695994.

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

Color convert

RGB 250 233 86 -
CMYK 0 0.07 0.66 0.02
HSL 53.78º 0.94% 0.66% -
HSV(B) 53.78º 0.66% 0.98% -
XYZ 70.24 79.27 20.4 -
YUV 221.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 250 233 86 0 0.07 0.66 0.02 53.78 0.94 0.66
Hex FA E9 56 0 7 42 2 36 5E 42
Octal 372 351 126 0 7 102 2 66 136 102
Binary 11111010 11101001 1010110 0 111 1000010 10 110110 1011110 1000010

Color Harmonies of #FAE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE956

Black with #FAE956

Text Example


Text Example

White with #FAE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE956; }

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

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

background-color css

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

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

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

border-color css

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

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

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