Html Css Color HEX #FAC530 Saffron

📋 copy color: '#FAC530'

red 250 ◦ green 197 ◦ blue 48

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

Shades of Saffron #FAC530

Tints of Saffron #FAC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.8%

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 50.51%
G = 39.8%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC530 (or 0xFAC530) is known color: Saffron. HEX triplet: FA, C5 and 30. RGB value is (250,197,48). Sum of RGB (Red+Green+Blue) = 250+197+48=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC530 is #053ACF. Grayscale: #C4C4C4. Windows color (decimal): -342736 or 3196410. OLE color: 3196410.

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

Color convert

RGB 250 197 48 -
CMYK 0 0.21 0.81 0.02
HSL 44.26º 0.95% 0.58% -
HSV(B) 44.26º 0.81% 0.98% -
XYZ 59.92 60.47 11.31 -
YUV 195.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 250 197 48 0 0.21 0.81 0.02 44.26 0.95 0.58
Hex FA C5 30 0 15 51 2 2C 5F 3A
Octal 372 305 60 0 25 121 2 54 137 72
Binary 11111010 11000101 110000 0 10101 1010001 10 101100 1011111 111010

Color Harmonies of #FAC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC530

Black with #FAC530

Text Example


Text Example

White with #FAC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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