Html Css Color HEX #FAC22E Saffron

📋 copy color: '#FAC22E'

red 250 ◦ green 194 ◦ blue 46

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

Shades of Saffron #FAC22E

Tints of Saffron #FAC22E

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

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

 BLUE value IS 46 (18.36% from 255) = 9.39%

R = 51.02%
G = 39.59%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC22E (or 0xFAC22E) is known color: Saffron. HEX triplet: FA, C2 and 2E. RGB value is (250,194,46). Sum of RGB (Red+Green+Blue) = 250+194+46=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22E is #053DD1. Grayscale: #C2C2C2. Windows color (decimal): -343506 or 3064570. OLE color: 3064570.

HSL color Cylindrical-coordinate representation of color #FAC22E: hue angle of 43.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAC22E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 46 -
CMYK 0 0.22 0.82 0.02
HSL 43.53º 0.95% 0.58% -
HSV(B) 43.53º 0.82% 0.98% -
XYZ 59.21 59.1 10.87 -
YUV 193.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 250 194 46 0 0.22 0.82 0.02 43.53 0.95 0.58
Hex FA C2 2E 0 16 52 2 2C 5F 3A
Octal 372 302 56 0 26 122 2 54 137 72
Binary 11111010 11000010 101110 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC22E

Black with #FAC22E

Text Example


Text Example

White with #FAC22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC22E; }

 p { color: rgb(250,194,46); }

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

background-color css

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

 a { background-color: rgb(250,194,46); }

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

border-color css

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

 span { border-color: rgb(250,194,46); }

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