Html Css Color HEX #FEC32D Saffron

📋 copy color: '#FEC32D'

red 254 ◦ green 195 ◦ blue 45

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

Shades of Saffron #FEC32D

Tints of Saffron #FEC32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 51.42%
G = 39.47%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEC32D (or 0xFEC32D) is known color: Saffron. HEX triplet: FE, C3 and 2D. RGB value is (254,195,45). Sum of RGB (Red+Green+Blue) = 254+195+45=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC32D is #013CD2. Grayscale: #C4C4C4. Windows color (decimal): -81107 or 2999294. OLE color: 2999294.

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

Color convert

RGB 254 195 45 -
CMYK 0 0.23 0.82 0.00
HSL 43.06º 0.99% 0.59% -
HSV(B) 43.06º 0.82% 1% -
XYZ 60.86 60.29 10.91 -
YUV 195.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 254 195 45 0 0.23 0.82 0.00 43.06 0.99 0.59
Hex FE C3 2D 0 17 52 0 2B 63 3B
Octal 376 303 55 0 27 122 0 53 143 73
Binary 11111110 11000011 101101 0 10111 1010010 0 101011 1100011 111011

Color Harmonies of #FEC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC32D

Black with #FEC32D

Text Example


Text Example

White with #FEC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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