Html Css Color HEX #FAC13B Saffron

📋 copy color: '#FAC13B'

red 250 ◦ green 193 ◦ blue 59

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

Shades of Saffron #FAC13B

Tints of Saffron #FAC13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.75%

R = 49.8%
G = 38.45%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC13B (or 0xFAC13B) is known color: Saffron. HEX triplet: FA, C1 and 3B. RGB value is (250,193,59). Sum of RGB (Red+Green+Blue) = 250+193+59=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC13B is #053EC4. Grayscale: #C3C3C3. Windows color (decimal): -343749 or 3916282. OLE color: 3916282.

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

Color convert

RGB 250 193 59 -
CMYK 0 0.23 0.76 0.02
HSL 42.09º 0.95% 0.61% -
HSV(B) 42.09º 0.76% 0.98% -
XYZ 59.28 58.78 12.36 -
YUV 194.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 250 193 59 0 0.23 0.76 0.02 42.09 0.95 0.61
Hex FA C1 3B 0 17 4C 2 2A 5F 3D
Octal 372 301 73 0 27 114 2 52 137 75
Binary 11111010 11000001 111011 0 10111 1001100 10 101010 1011111 111101

Color Harmonies of #FAC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC13B

Black with #FAC13B

Text Example


Text Example

White with #FAC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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