Html Css Color HEX #FECE32 Sunglow

📋 copy color: '#FECE32'

red 254 ◦ green 206 ◦ blue 50

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

Shades of Sunglow #FECE32

Tints of Sunglow #FECE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.8%

R = 49.8%
G = 40.39%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FECE32 (or 0xFECE32) is known color: Sunglow. HEX triplet: FE, CE and 32. RGB value is (254,206,50). Sum of RGB (Red+Green+Blue) = 254+206+50=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE32 is #0131CD. Grayscale: #CBCBCB. Windows color (decimal): -78286 or 3329790. OLE color: 3329790.

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

Color convert

RGB 254 206 50 -
CMYK 0 0.19 0.80 0.00
HSL 45.88º 0.99% 0.6% -
HSV(B) 45.88º 0.8% 1% -
XYZ 63.52 65.44 12.3 -
YUV 202.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 254 206 50 0 0.19 0.80 0.00 45.88 0.99 0.6
Hex FE CE 32 0 13 50 0 2E 63 3C
Octal 376 316 62 0 23 120 0 56 143 74
Binary 11111110 11001110 110010 0 10011 1010000 0 101110 1100011 111100

Color Harmonies of #FECE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE32

Black with #FECE32

Text Example


Text Example

White with #FECE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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