Html Css Color HEX #FECE3C Sunglow

📋 copy color: '#FECE3C'

red 254 ◦ green 206 ◦ blue 60

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

Shades of Sunglow #FECE3C

Tints of Sunglow #FECE3C

RGB

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

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

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

R = 48.85%
G = 39.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECE3C (or 0xFECE3C) is known color: Sunglow. HEX triplet: FE, CE and 3C. RGB value is (254,206,60). Sum of RGB (Red+Green+Blue) = 254+206+60=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE3C is #0131C3. Grayscale: #CCCCCC. Windows color (decimal): -78276 or 3985150. OLE color: 3985150.

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

Color convert

RGB 254 206 60 -
CMYK 0 0.19 0.76 0.00
HSL 45.15º 0.99% 0.62% -
HSV(B) 45.15º 0.76% 1% -
XYZ 63.76 65.54 13.56 -
YUV 203.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 254 206 60 0 0.19 0.76 0.00 45.15 0.99 0.62
Hex FE CE 3C 0 13 4C 0 2D 63 3E
Octal 376 316 74 0 23 114 0 55 143 76
Binary 11111110 11001110 111100 0 10011 1001100 0 101101 1100011 111110

Color Harmonies of #FECE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE3C

Black with #FECE3C

Text Example


Text Example

White with #FECE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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