Html Css Color HEX #FAC030 Saffron

📋 copy color: '#FAC030'

red 250 ◦ green 192 ◦ blue 48

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

Shades of Saffron #FAC030

Tints of Saffron #FAC030

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.8%

R = 51.02%
G = 39.18%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC030 (or 0xFAC030) is known color: 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

RGB 250 192 48 -
CMYK 0 0.23 0.81 0.02
HSL 42.77º 0.95% 0.58% -
HSV(B) 42.77º 0.81% 0.98% -
XYZ 58.81 58.24 10.94 -
YUV 192.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 250 192 48 0 0.23 0.81 0.02 42.77 0.95 0.58
Hex FA C0 30 0 17 51 2 2B 5F 3A
Octal 372 300 60 0 27 121 2 53 137 72
Binary 11111010 11000000 110000 0 10111 1010001 10 101011 1011111 111010

Color Harmonies of #FAC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC030

Black with #FAC030

Text Example


Text Example

White with #FAC030

Text Example


Text Example

HTML Codes & Css Web 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>