#FECB60

Color #FECB60 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FECB60

Tints of Dandelion #FECB60

Color information

#FECB60 (or 0xFECB60) is unknown color: approx Dandelion. HEX triplet: FE, CB and 60. RGB value is (254,203,96). Sum of RGB (Red+Green+Blue) = 254+203+96=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB60 is #01349F. Grayscale: #CECECE. Windows color (decimal): -79008 or 6343678. OLE color: 6343678.

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

Color convert

RGB25420396-
CMYK00.200.620.00
HSL40.63º98.75%68.63%-
HSV(B)40.63º62.2%99.61%-
XYZ64.3464.6320.15-
YUV206.0565.9162.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=45.93%
G=36.71%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542039600.200.620.0040.6398.7568.63
HexFECB600143E0296345
Octal37631314002476051143105
Binary11111110110010111100000010100111110010100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB60; }

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

 H1.HeaderClassName
 {
   color: #FECB60;
 }
 .AnyTagClassName
 {
   color: #FECB60;
 }
</style>
background-color css

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

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

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

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

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

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