Html Css Color HEX #FAC13A Saffron

📋 copy color: '#FAC13A'

red 250 ◦ green 193 ◦ blue 58

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

Shades of Saffron #FAC13A

Tints of Saffron #FAC13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.58%

R = 49.9%
G = 38.52%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAC13A (or 0xFAC13A) is known color: Saffron. HEX triplet: FA, C1 and 3A. RGB value is (250,193,58). Sum of RGB (Red+Green+Blue) = 250+193+58=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC13A is #053EC5. Grayscale: #C3C3C3. Windows color (decimal): -343750 or 3850746. OLE color: 3850746.

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

Color convert

RGB 250 193 58 -
CMYK 0 0.23 0.77 0.02
HSL 42.19º 0.95% 0.6% -
HSV(B) 42.19º 0.77% 0.98% -
XYZ 59.26 58.77 12.22 -
YUV 194.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 250 193 58 0 0.23 0.77 0.02 42.19 0.95 0.6
Hex FA C1 3A 0 17 4D 2 2A 5F 3C
Octal 372 301 72 0 27 115 2 52 137 74
Binary 11111010 11000001 111010 0 10111 1001101 10 101010 1011111 111100

Color Harmonies of #FAC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC13A

Black with #FAC13A

Text Example


Text Example

White with #FAC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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