Html Css Color HEX #FEC232 Sunglow

📋 copy color: '#FEC232'

red 254 ◦ green 194 ◦ blue 50

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

Shades of Sunglow #FEC232

Tints of Sunglow #FEC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 51%
G = 38.96%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEC232 (or 0xFEC232) is known color: Sunglow. HEX triplet: FE, C2 and 32. RGB value is (254,194,50). Sum of RGB (Red+Green+Blue) = 254+194+50=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC232 is #013DCD. Grayscale: #C4C4C4. Windows color (decimal): -81358 or 3326718. OLE color: 3326718.

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

Color convert

RGB 254 194 50 -
CMYK 0 0.24 0.80 0.00
HSL 42.35º 0.99% 0.6% -
HSV(B) 42.35º 0.8% 1% -
XYZ 60.74 59.88 11.38 -
YUV 195.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 254 194 50 0 0.24 0.80 0.00 42.35 0.99 0.6
Hex FE C2 32 0 18 50 0 2A 63 3C
Octal 376 302 62 0 30 120 0 52 143 74
Binary 11111110 11000010 110010 0 11000 1010000 0 101010 1100011 111100

Color Harmonies of #FEC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC232

Black with #FEC232

Text Example


Text Example

White with #FEC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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