Html Css Color HEX #FEC22B Saffron

📋 copy color: '#FEC22B'

red 254 ◦ green 194 ◦ blue 43

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

Shades of Saffron #FEC22B

Tints of Saffron #FEC22B

RGB

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

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

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

R = 51.73%
G = 39.51%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEC22B (or 0xFEC22B) is known color: Saffron. HEX triplet: FE, C2 and 2B. RGB value is (254,194,43). Sum of RGB (Red+Green+Blue) = 254+194+43=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC22B is #013DD4. Grayscale: #C3C3C3. Windows color (decimal): -81365 or 2867966. OLE color: 2867966.

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

Color convert

RGB 254 194 43 -
CMYK 0 0.24 0.83 0.00
HSL 42.94º 0.99% 0.58% -
HSV(B) 42.94º 0.83% 1% -
XYZ 60.6 59.83 10.64 -
YUV 194.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 254 194 43 0 0.24 0.83 0.00 42.94 0.99 0.58
Hex FE C2 2B 0 18 53 0 2B 63 3A
Octal 376 302 53 0 30 123 0 53 143 72
Binary 11111110 11000010 101011 0 11000 1010011 0 101011 1100011 111010

Color Harmonies of #FEC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC22B

Black with #FEC22B

Text Example


Text Example

White with #FEC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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