Html Css Color HEX #FEC42A Saffron

📋 copy color: '#FEC42A'

red 254 ◦ green 196 ◦ blue 42

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

Shades of Saffron #FEC42A

Tints of Saffron #FEC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 42 (16.8% from 255) = 8.54%

R = 51.63%
G = 39.84%
B = 8.54%

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

#FEC42A (or 0xFEC42A) is known color: Saffron. HEX triplet: FE, C4 and 2A. RGB value is (254,196,42). Sum of RGB (Red+Green+Blue) = 254+196+42=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC42A is #013BD5. Grayscale: #C4C4C4. Windows color (decimal): -80854 or 2802942. OLE color: 2802942.

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

Color convert

RGB 254 196 42 -
CMYK 0 0.23 0.83 0.00
HSL 43.58º 0.99% 0.58% -
HSV(B) 43.58º 0.83% 1% -
XYZ 61.03 60.72 10.69 -
YUV 195.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 254 196 42 0 0.23 0.83 0.00 43.58 0.99 0.58
Hex FE C4 2A 0 17 53 0 2C 63 3A
Octal 376 304 52 0 27 123 0 54 143 72
Binary 11111110 11000100 101010 0 10111 1010011 0 101100 1100011 111010

Color Harmonies of #FEC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC42A

Black with #FEC42A

Text Example


Text Example

White with #FEC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC42A; }

 p { color: rgb(254,196,42); }

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

background-color css

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

 a { background-color: rgb(254,196,42); }

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

border-color css

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

 span { border-color: rgb(254,196,42); }

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