Html Css Color HEX #FEE656 Paris Daisy

📋 copy color: '#FEE656'

red 254 ◦ green 230 ◦ blue 86

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

Shades of Paris Daisy #FEE656

Tints of Paris Daisy #FEE656

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

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

R = 44.56%
G = 40.35%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEE656 (or 0xFEE656) is known color: Paris Daisy. HEX triplet: FE, E6 and 56. RGB value is (254,230,86). Sum of RGB (Red+Green+Blue) = 254+230+86=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 86 (33.98% from 255 or 15.09% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE656 is #0119A9. Grayscale: #DDDDDD. Windows color (decimal): -72106 or 5695230. OLE color: 5695230.

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

Color convert

RGB 254 230 86 -
CMYK 0 0.09 0.66 0.00
HSL 51.43º 0.99% 0.67% -
HSV(B) 51.43º 0.66% 1% -
XYZ 70.85 78.34 20.19 -
YUV 220.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 254 230 86 0 0.09 0.66 0.00 51.43 0.99 0.67
Hex FE E6 56 0 9 42 0 33 63 43
Octal 376 346 126 0 11 102 0 63 143 103
Binary 11111110 11100110 1010110 0 1001 1000010 0 110011 1100011 1000011

Color Harmonies of #FEE656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE656

Black with #FEE656

Text Example


Text Example

White with #FEE656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE656; }

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

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

background-color css

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

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

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

border-color css

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

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

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