Html Css Color HEX #FEC231 Sunglow

📋 copy color: '#FEC231'

red 254 ◦ green 194 ◦ blue 49

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

Shades of Sunglow #FEC231

Tints of Sunglow #FEC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 51.11%
G = 39.03%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEC231 (or 0xFEC231) is known color: Sunglow. HEX triplet: FE, C2 and 31. RGB value is (254,194,49). Sum of RGB (Red+Green+Blue) = 254+194+49=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC231 is #013DCE. Grayscale: #C4C4C4. Windows color (decimal): -81359 or 3261182. OLE color: 3261182.

HSL color Cylindrical-coordinate representation of color #FEC231: hue angle of 42.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC231 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 49 -
CMYK 0 0.24 0.81 0.00
HSL 42.44º 0.99% 0.59% -
HSV(B) 42.44º 0.81% 1% -
XYZ 60.72 59.88 11.26 -
YUV 195.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 254 194 49 0 0.24 0.81 0.00 42.44 0.99 0.59
Hex FE C2 31 0 18 51 0 2A 63 3B
Octal 376 302 61 0 30 121 0 52 143 73
Binary 11111110 11000010 110001 0 11000 1010001 0 101010 1100011 111011

Color Harmonies of #FEC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC231

Black with #FEC231

Text Example


Text Example

White with #FEC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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