Html Css Color HEX #FAC232 Saffron

📋 copy color: '#FAC232'

red 250 ◦ green 194 ◦ blue 50

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

Shades of Saffron #FAC232

Tints of Saffron #FAC232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 50.61%
G = 39.27%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAC232 (or 0xFAC232) is known color: Saffron. HEX triplet: FA, C2 and 32. RGB value is (250,194,50). Sum of RGB (Red+Green+Blue) = 250+194+50=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC232 is #053DCD. Grayscale: #C2C2C2. Windows color (decimal): -343502 or 3326714. OLE color: 3326714.

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

Color convert

RGB 250 194 50 -
CMYK 0 0.22 0.8 0.02
HSL 43.2º 0.95% 0.59% -
HSV(B) 43.2º 0.8% 0.98% -
XYZ 59.29 59.14 11.31 -
YUV 194.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 250 194 50 0 0.22 0.8 0.02 43.2 0.95 0.59
Hex FA C2 32 0 16 50 2 2B 5F 3B
Octal 372 302 62 0 26 120 2 53 137 73
Binary 11111010 11000010 110010 0 10110 1010000 10 101011 1011111 111011

Color Harmonies of #FAC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC232

Black with #FAC232

Text Example


Text Example

White with #FAC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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