#FAC030

Color #FAC030 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FAC030

Tints of Saffron #FAC030

Color information

#FAC030 (or 0xFAC030) is unknown color: approx Saffron. HEX triplet: FA, C0 and 30. RGB value is (250,192,48). Sum of RGB (Red+Green+Blue) = 250+192+48=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC030 is #053FCF. Grayscale: #C1C1C1. Windows color (decimal): -344016 or 3195130. OLE color: 3195130.

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

Color convert

RGB25019248-
CMYK00.230.810.02
HSL42.77º95.28%58.43%-
HSV(B)42.77º80.8%98.04%-
XYZ58.8158.2410.94-
YUV192.9346.22168.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.02%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 48 (19.14% from 255) = 9.80%
R=51.02%
G=39.18%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501924800.230.810.0242.7795.2858.43
HexFAC0300175122b5f3a
Octal3723006002712125313772
Binary11111010110000001100000101111010001101010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC030; }

 p { color: rgb(250,192,48); }

 H1.HeaderClassName
 {
   color: #FAC030;
 }
 .AnyTagClassName
 {
   color: #FAC030;
 }
</style>
background-color css

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

 a { background-color: rgb(250,192,48); }

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

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

 span { border-color: rgb(250,192,48); }

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