Html Css Color HEX #FECC3C Sunglow

📋 copy color: '#FECC3C'

red 254 ◦ green 204 ◦ blue 60

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

Shades of Sunglow #FECC3C

Tints of Sunglow #FECC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.58%

R = 49.03%
G = 39.38%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECC3C (or 0xFECC3C) is known color: Sunglow. HEX triplet: FE, CC and 3C. RGB value is (254,204,60). Sum of RGB (Red+Green+Blue) = 254+204+60=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC3C is #0133C3. Grayscale: #CBCBCB. Windows color (decimal): -78788 or 3984638. OLE color: 3984638.

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

Color convert

RGB 254 204 60 -
CMYK 0 0.20 0.76 0.00
HSL 44.54º 0.99% 0.62% -
HSV(B) 44.54º 0.76% 1% -
XYZ 63.28 64.58 13.41 -
YUV 202.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 254 204 60 0 0.20 0.76 0.00 44.54 0.99 0.62
Hex FE CC 3C 0 14 4C 0 2D 63 3E
Octal 376 314 74 0 24 114 0 55 143 76
Binary 11111110 11001100 111100 0 10100 1001100 0 101101 1100011 111110

Color Harmonies of #FECC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC3C

Black with #FECC3C

Text Example


Text Example

White with #FECC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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