Html Css Color HEX #FAC130 Saffron

📋 copy color: '#FAC130'

red 250 ◦ green 193 ◦ blue 48

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

Shades of Saffron #FAC130

Tints of Saffron #FAC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

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

R = 50.92%
G = 39.31%
B = 9.78%

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

#FAC130 (or 0xFAC130) is known color: Saffron. HEX triplet: FA, C1 and 30. RGB value is (250,193,48). Sum of RGB (Red+Green+Blue) = 250+193+48=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC130 is #053ECF. Grayscale: #C2C2C2. Windows color (decimal): -343760 or 3195386. OLE color: 3195386.

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

Color convert

RGB 250 193 48 -
CMYK 0 0.23 0.81 0.02
HSL 43.07º 0.95% 0.58% -
HSV(B) 43.07º 0.81% 0.98% -
XYZ 59.03 58.68 11.01 -
YUV 193.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 250 193 48 0 0.23 0.81 0.02 43.07 0.95 0.58
Hex FA C1 30 0 17 51 2 2B 5F 3A
Octal 372 301 60 0 27 121 2 53 137 72
Binary 11111010 11000001 110000 0 10111 1010001 10 101011 1011111 111010

Color Harmonies of #FAC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC130

Black with #FAC130

Text Example


Text Example

White with #FAC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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