Html Css Color HEX #FECE60 Dandelion

📋 copy color: '#FECE60'

red 254 ◦ green 206 ◦ blue 96

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

Shades of Dandelion #FECE60

Tints of Dandelion #FECE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

 BLUE value IS 96 (37.89% from 255) = 17.27%

R = 45.68%
G = 37.05%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FECE60 (or 0xFECE60) is known color: Dandelion. HEX triplet: FE, CE and 60. RGB value is (254,206,96). Sum of RGB (Red+Green+Blue) = 254+206+96=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE60 is #01319F. Grayscale: #D0D0D0. Windows color (decimal): -78240 or 6344446. OLE color: 6344446.

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

Color convert

RGB 254 206 96 -
CMYK 0 0.19 0.62 0.00
HSL 41.77º 0.99% 0.69% -
HSV(B) 41.77º 0.62% 1% -
XYZ 65.06 66.06 20.39 -
YUV 207.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 254 206 96 0 0.19 0.62 0.00 41.77 0.99 0.69
Hex FE CE 60 0 13 3E 0 2A 63 45
Octal 376 316 140 0 23 76 0 52 143 105
Binary 11111110 11001110 1100000 0 10011 111110 0 101010 1100011 1000101

Color Harmonies of #FECE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE60

Black with #FECE60

Text Example


Text Example

White with #FECE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE60; }

 p { color: rgb(254,206,96); }

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

background-color css

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

 a { background-color: rgb(254,206,96); }

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

border-color css

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

 span { border-color: rgb(254,206,96); }

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