#FECC35

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

Shades of Sunglow #FECC35

Tints of Sunglow #FECC35

Color information

#FECC35 (or 0xFECC35) is unknown color: approx Sunglow. HEX triplet: FE, CC and 35. RGB value is (254,204,53). Sum of RGB (Red+Green+Blue) = 254+204+53=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC35 is #0133CA. Grayscale: #CACACA. Windows color (decimal): -78795 or 3525886. OLE color: 3525886.

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

Color convert

RGB25420453-
CMYK00.200.790.00
HSL45.07º99.01%60.2%-
HSV(B)45.07º79.13%99.61%-
XYZ63.1164.5112.49-
YUV201.7444.06165.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 53 (21.09% from 255) = 10.37%
R=49.71%
G=39.92%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542045300.200.790.0045.0799.0160.2
HexFECC350144F02d633c
Octal3763146502411705514374
Binary1111111011001100110101010100100111101011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC35; }

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

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

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

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

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

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

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

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