Html Css Color HEX #FEC732 Sunglow

📋 copy color: '#FEC732'

red 254 ◦ green 199 ◦ blue 50

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

Shades of Sunglow #FEC732

Tints of Sunglow #FEC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 50.5%
G = 39.56%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEC732 (or 0xFEC732) is known color: Sunglow. HEX triplet: FE, C7 and 32. RGB value is (254,199,50). Sum of RGB (Red+Green+Blue) = 254+199+50=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC732 is #0138CD. Grayscale: #C7C7C7. Windows color (decimal): -80078 or 3327998. OLE color: 3327998.

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

Color convert

RGB 254 199 50 -
CMYK 0 0.22 0.80 0.00
HSL 43.82º 0.99% 0.6% -
HSV(B) 43.82º 0.8% 1% -
XYZ 61.87 62.15 11.75 -
YUV 198.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 254 199 50 0 0.22 0.80 0.00 43.82 0.99 0.6
Hex FE C7 32 0 16 50 0 2C 63 3C
Octal 376 307 62 0 26 120 0 54 143 74
Binary 11111110 11000111 110010 0 10110 1010000 0 101100 1100011 111100

Color Harmonies of #FEC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC732

Black with #FEC732

Text Example


Text Example

White with #FEC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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