Html Css Color HEX #FEC32B Saffron

📋 copy color: '#FEC32B'

red 254 ◦ green 195 ◦ blue 43

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

Shades of Saffron #FEC32B

Tints of Saffron #FEC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.74%

R = 51.63%
G = 39.63%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEC32B (or 0xFEC32B) is known color: Saffron. HEX triplet: FE, C3 and 2B. RGB value is (254,195,43). Sum of RGB (Red+Green+Blue) = 254+195+43=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC32B is #013CD4. Grayscale: #C3C3C3. Windows color (decimal): -81109 or 2868222. OLE color: 2868222.

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

Color convert

RGB 254 195 43 -
CMYK 0 0.23 0.83 0.00
HSL 43.22º 0.99% 0.58% -
HSV(B) 43.22º 0.83% 1% -
XYZ 60.82 60.28 10.71 -
YUV 195.31 42.05 169.86 -
System Red Green Blue C M Y K H S L
Decimal 254 195 43 0 0.23 0.83 0.00 43.22 0.99 0.58
Hex FE C3 2B 0 17 53 0 2B 63 3A
Octal 376 303 53 0 27 123 0 53 143 72
Binary 11111110 11000011 101011 0 10111 1010011 0 101011 1100011 111010

Color Harmonies of #FEC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC32B

Black with #FEC32B

Text Example


Text Example

White with #FEC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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