#F5C73B

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

Shades of Saffron #F5C73B

Tints of Saffron #F5C73B

Color information

#F5C73B (or 0xF5C73B) is unknown color: approx Saffron. HEX triplet: F5, C7 and 3B. RGB value is (245,199,59). Sum of RGB (Red+Green+Blue) = 245+199+59=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C73B is #0A38C4. Grayscale: #C5C5C5. Windows color (decimal): -669893 or 3917813. OLE color: 3917813.

HSL color Cylindrical-coordinate representation of color #F5C73B: hue angle of 45.16º 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 #F5C73B is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24519959-
CMYK00.190.760.04
HSL45.16º90.29%59.61%-
HSV(B)45.16º75.92%96.08%-
XYZ58.8760.5812.73-
YUV196.7950.24162.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 59 (23.44% from 255) = 11.73%
R=48.71%
G=39.56%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451995900.190.760.0445.1690.2959.61
HexF5C73B0134C42d5a3c
Octal3653077302311445513274
Binary111101011100011111101101001110011001001011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C73B; }

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

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

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

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

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

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

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

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