Html Css Color HEX #FEE956 Paris Daisy

📋 copy color: '#FEE956'

red 254 ◦ green 233 ◦ blue 86

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

Shades of Paris Daisy #FEE956

Tints of Paris Daisy #FEE956

RGB

 RED value IS 254 (99.61% from 255) = 44.33%

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

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

R = 44.33%
G = 40.66%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEE956 (or 0xFEE956) is known color: Paris Daisy. HEX triplet: FE, E9 and 56. RGB value is (254,233,86). Sum of RGB (Red+Green+Blue) = 254+233+86=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 86 (33.98% from 255 or 15.01% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE956 is #0116A9. Grayscale: #DFDFDF. Windows color (decimal): -71338 or 5695998. OLE color: 5695998.

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

Color convert

RGB 254 233 86 -
CMYK 0 0.08 0.66 0.00
HSL 52.5º 0.99% 0.67% -
HSV(B) 52.5º 0.66% 1% -
XYZ 71.69 80.02 20.47 -
YUV 222.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 254 233 86 0 0.08 0.66 0.00 52.5 0.99 0.67
Hex FE E9 56 0 8 42 0 34 63 43
Octal 376 351 126 0 10 102 0 64 143 103
Binary 11111110 11101001 1010110 0 1000 1000010 0 110100 1100011 1000011

Color Harmonies of #FEE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE956

Black with #FEE956

Text Example


Text Example

White with #FEE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE956; }

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

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

background-color css

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

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

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

border-color css

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

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

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