#F5CB3A

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

Shades of Saffron #F5CB3A

Tints of Saffron #F5CB3A

Color information

#F5CB3A (or 0xF5CB3A) is unknown color: approx Saffron. HEX triplet: F5, CB and 3A. RGB value is (245,203,58). Sum of RGB (Red+Green+Blue) = 245+203+58=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB3A is #0A34C5. Grayscale: #C7C7C7. Windows color (decimal): -668870 or 3853301. OLE color: 3853301.

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

Color convert

RGB24520358-
CMYK00.170.760.04
HSL46.52º90.34%59.41%-
HSV(B)46.52º76.33%96.08%-
XYZ59.7862.4312.9-
YUV199.0348.41160.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 58 (23.05% from 255) = 11.46%
R=48.42%
G=40.12%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452035800.170.760.0446.5290.3459.41
HexF5CB3A0114C42f5a3b
Octal3653137202111445713273
Binary111101011100101111101001000110011001001011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB3A; }

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

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

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

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

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

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

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

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