Html Css Color HEX #FAC22A Saffron

📋 copy color: '#FAC22A'

red 250 ◦ green 194 ◦ blue 42

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

Shades of Saffron #FAC22A

Tints of Saffron #FAC22A

RGB

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

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

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

R = 51.44%
G = 39.92%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC22A (or 0xFAC22A) is known color: Saffron. HEX triplet: FA, C2 and 2A. RGB value is (250,194,42). Sum of RGB (Red+Green+Blue) = 250+194+42=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22A is #053DD5. Grayscale: #C2C2C2. Windows color (decimal): -343510 or 2802426. OLE color: 2802426.

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

Color convert

RGB 250 194 42 -
CMYK 0 0.22 0.83 0.02
HSL 43.85º 0.95% 0.57% -
HSV(B) 43.85º 0.83% 0.98% -
XYZ 59.13 59.07 10.48 -
YUV 193.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 250 194 42 0 0.22 0.83 0.02 43.85 0.95 0.57
Hex FA C2 2A 0 16 53 2 2C 5F 39
Octal 372 302 52 0 26 123 2 54 137 71
Binary 11111010 11000010 101010 0 10110 1010011 10 101100 1011111 111001

Color Harmonies of #FAC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC22A

Black with #FAC22A

Text Example


Text Example

White with #FAC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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