Html Css Color HEX #FECB32 Sunglow

📋 copy color: '#FECB32'

red 254 ◦ green 203 ◦ blue 50

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

Shades of Sunglow #FECB32

Tints of Sunglow #FECB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

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

R = 50.1%
G = 40.04%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FECB32 (or 0xFECB32) is known color: Sunglow. HEX triplet: FE, CB and 32. RGB value is (254,203,50). Sum of RGB (Red+Green+Blue) = 254+203+50=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB32 is #0134CD. Grayscale: #C9C9C9. Windows color (decimal): -79054 or 3329022. OLE color: 3329022.

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

Color convert

RGB 254 203 50 -
CMYK 0 0.20 0.80 0.00
HSL 45º 0.99% 0.6% -
HSV(B) 45º 0.8% 1% -
XYZ 62.8 64.01 12.06 -
YUV 200.81 42.9 165.94 -
System Red Green Blue C M Y K H S L
Decimal 254 203 50 0 0.20 0.80 0.00 45 0.99 0.6
Hex FE CB 32 0 14 50 0 2D 63 3C
Octal 376 313 62 0 24 120 0 55 143 74
Binary 11111110 11001011 110010 0 10100 1010000 0 101101 1100011 111100

Color Harmonies of #FECB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB32

Black with #FECB32

Text Example


Text Example

White with #FECB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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