Html Css Color HEX #FECC60 Dandelion

📋 copy color: '#FECC60'

red 254 ◦ green 204 ◦ blue 96

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

Shades of Dandelion #FECC60

Tints of Dandelion #FECC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 45.85%
G = 36.82%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FECC60 (or 0xFECC60) is known color: Dandelion. HEX triplet: FE, CC and 60. RGB value is (254,204,96). Sum of RGB (Red+Green+Blue) = 254+204+96=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC60 is #01339F. Grayscale: #CFCFCF. Windows color (decimal): -78752 or 6343934. OLE color: 6343934.

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

Color convert

RGB 254 204 96 -
CMYK 0 0.20 0.62 0.00
HSL 41.01º 0.99% 0.69% -
HSV(B) 41.01º 0.62% 1% -
XYZ 64.58 65.1 20.23 -
YUV 206.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 254 204 96 0 0.20 0.62 0.00 41.01 0.99 0.69
Hex FE CC 60 0 14 3E 0 29 63 45
Octal 376 314 140 0 24 76 0 51 143 105
Binary 11111110 11001100 1100000 0 10100 111110 0 101001 1100011 1000101

Color Harmonies of #FECC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC60

Black with #FECC60

Text Example


Text Example

White with #FECC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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