#F5C13A

Color #F5C13A Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F5C13A

Tints of Saffron #F5C13A

Color information

#F5C13A (or 0xF5C13A) is unknown color: approx Saffron. HEX triplet: F5, C1 and 3A. RGB value is (245,193,58). Sum of RGB (Red+Green+Blue) = 245+193+58=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C13A is #0A3EC5. Grayscale: #C1C1C1. Windows color (decimal): -671430 or 3850741. OLE color: 3850741.

HSL color Cylindrical-coordinate representation of color #F5C13A: hue angle of 43.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5C13A is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24519358-
CMYK00.210.760.04
HSL43.32º90.34%59.41%-
HSV(B)43.32º76.33%96.08%-
XYZ57.4957.8612.14-
YUV193.1651.73164.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 58 (23.05% from 255) = 11.69%
R=49.40%
G=38.91%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451935800.210.760.0443.3290.3459.41
HexF5C13A0154C42b5a3b
Octal3653017202511445313273
Binary111101011100000111101001010110011001001010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C13A; }

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

 H1.HeaderClassName
 {
   color: #F5C13A;
 }
 .AnyTagClassName
 {
   color: #F5C13A;
 }
</style>
background-color css

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

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

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

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

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

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