Html Css Color HEX #FAC22F Saffron

📋 copy color: '#FAC22F'

red 250 ◦ green 194 ◦ blue 47

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

Shades of Saffron #FAC22F

Tints of Saffron #FAC22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 50.92%
G = 39.51%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC22F (or 0xFAC22F) is known color: Saffron. HEX triplet: FA, C2 and 2F. RGB value is (250,194,47). Sum of RGB (Red+Green+Blue) = 250+194+47=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22F is #053DD0. Grayscale: #C2C2C2. Windows color (decimal): -343505 or 3130106. OLE color: 3130106.

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

Color convert

RGB 250 194 47 -
CMYK 0 0.22 0.81 0.02
HSL 43.45º 0.95% 0.58% -
HSV(B) 43.45º 0.81% 0.98% -
XYZ 59.23 59.11 10.98 -
YUV 193.99 45.05 167.95 -
System Red Green Blue C M Y K H S L
Decimal 250 194 47 0 0.22 0.81 0.02 43.45 0.95 0.58
Hex FA C2 2F 0 16 51 2 2B 5F 3A
Octal 372 302 57 0 26 121 2 53 137 72
Binary 11111010 11000010 101111 0 10110 1010001 10 101011 1011111 111010

Color Harmonies of #FAC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC22F

Black with #FAC22F

Text Example


Text Example

White with #FAC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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