Html Css Color HEX #FAC22D Saffron

📋 copy color: '#FAC22D'

red 250 ◦ green 194 ◦ blue 45

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

Shades of Saffron #FAC22D

Tints of Saffron #FAC22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.2%

R = 51.12%
G = 39.67%
B = 9.2%

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

#FAC22D (or 0xFAC22D) is known color: Saffron. HEX triplet: FA, C2 and 2D. RGB value is (250,194,45). Sum of RGB (Red+Green+Blue) = 250+194+45=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22D is #053DD2. Grayscale: #C2C2C2. Windows color (decimal): -343507 or 2999034. OLE color: 2999034.

HSL color Cylindrical-coordinate representation of color #FAC22D: hue angle of 43.61º 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 #FAC22D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 45 -
CMYK 0 0.22 0.82 0.02
HSL 43.61º 0.95% 0.58% -
HSV(B) 43.61º 0.82% 0.98% -
XYZ 59.19 59.1 10.77 -
YUV 193.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 250 194 45 0 0.22 0.82 0.02 43.61 0.95 0.58
Hex FA C2 2D 0 16 52 2 2C 5F 3A
Octal 372 302 55 0 26 122 2 54 137 72
Binary 11111010 11000010 101101 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC22D

Black with #FAC22D

Text Example


Text Example

White with #FAC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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