Html Css Color HEX #FAC229 Saffron

📋 copy color: '#FAC229'

red 250 ◦ green 194 ◦ blue 41

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

Shades of Saffron #FAC229

Tints of Saffron #FAC229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.45%

R = 51.55%
G = 40%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC229 (or 0xFAC229) is known color: Saffron. HEX triplet: FA, C2 and 29. RGB value is (250,194,41). Sum of RGB (Red+Green+Blue) = 250+194+41=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC229 is #053DD6. Grayscale: #C1C1C1. Windows color (decimal): -343511 or 2736890. OLE color: 2736890.

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

Color convert

RGB 250 194 41 -
CMYK 0 0.22 0.84 0.02
HSL 43.92º 0.95% 0.57% -
HSV(B) 43.92º 0.84% 0.98% -
XYZ 59.12 59.07 10.38 -
YUV 193.3 42.05 168.44 -
System Red Green Blue C M Y K H S L
Decimal 250 194 41 0 0.22 0.84 0.02 43.92 0.95 0.57
Hex FA C2 29 0 16 54 2 2C 5F 39
Octal 372 302 51 0 26 124 2 54 137 71
Binary 11111010 11000010 101001 0 10110 1010100 10 101100 1011111 111001

Color Harmonies of #FAC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC229

Black with #FAC229

Text Example


Text Example

White with #FAC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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