Html Css Color HEX #FEC32F Sunglow

📋 copy color: '#FEC32F'

red 254 ◦ green 195 ◦ blue 47

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

Shades of Sunglow #FEC32F

Tints of Sunglow #FEC32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 47 (18.75% from 255) = 9.48%

R = 51.21%
G = 39.31%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEC32F (or 0xFEC32F) is known color: Sunglow. HEX triplet: FE, C3 and 2F. RGB value is (254,195,47). Sum of RGB (Red+Green+Blue) = 254+195+47=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC32F is #013CD0. Grayscale: #C4C4C4. Windows color (decimal): -81105 or 3130366. OLE color: 3130366.

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

Color convert

RGB 254 195 47 -
CMYK 0 0.23 0.81 0.00
HSL 42.9º 0.99% 0.59% -
HSV(B) 42.9º 0.81% 1% -
XYZ 60.9 60.31 11.12 -
YUV 195.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 254 195 47 0 0.23 0.81 0.00 42.9 0.99 0.59
Hex FE C3 2F 0 17 51 0 2B 63 3B
Octal 376 303 57 0 27 121 0 53 143 73
Binary 11111110 11000011 101111 0 10111 1010001 0 101011 1100011 111011

Color Harmonies of #FEC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC32F

Black with #FEC32F

Text Example


Text Example

White with #FEC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC32F; }

 p { color: rgb(254,195,47); }

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

background-color css

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

 a { background-color: rgb(254,195,47); }

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

border-color css

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

 span { border-color: rgb(254,195,47); }

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