#F5C13B

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

Shades of Saffron #F5C13B

Tints of Saffron #F5C13B

Color information

#F5C13B (or 0xF5C13B) is unknown color: approx Saffron. HEX triplet: F5, C1 and 3B. RGB value is (245,193,59). Sum of RGB (Red+Green+Blue) = 245+193+59=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C13B is #0A3EC4. Grayscale: #C1C1C1. Windows color (decimal): -671429 or 3916277. OLE color: 3916277.

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

Color convert

RGB24519359-
CMYK00.210.760.04
HSL43.23º90.29%59.61%-
HSV(B)43.23º75.92%96.08%-
XYZ57.5257.8712.28-
YUV193.2752.23164.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 59 (23.44% from 255) = 11.87%
R=49.30%
G=38.83%
B=11.87%

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
Decimal2451935900.210.760.0443.2390.2959.61
HexF5C13B0154C42b5a3c
Octal3653017302511445313274
Binary111101011100000111101101010110011001001010111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C13B; }

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

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

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

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

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

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

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

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