#F5C63B

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

Shades of Saffron #F5C63B

Tints of Saffron #F5C63B

Color information

#F5C63B (or 0xF5C63B) is unknown color: approx Saffron. HEX triplet: F5, C6 and 3B. RGB value is (245,198,59). Sum of RGB (Red+Green+Blue) = 245+198+59=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C63B is #0A39C4. Grayscale: #C4C4C4. Windows color (decimal): -670149 or 3917557. OLE color: 3917557.

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

Color convert

RGB24519859-
CMYK00.190.760.04
HSL44.84º90.29%59.61%-
HSV(B)44.84º75.92%96.08%-
XYZ58.6460.1212.65-
YUV196.2150.57162.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 59 (23.44% from 255) = 11.75%
R=48.80%
G=39.44%
B=11.75%

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
Decimal2451985900.190.760.0444.8490.2959.61
HexF5C63B0134C42d5a3c
Octal3653067302311445513274
Binary111101011100011011101101001110011001001011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C63B; }

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

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

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

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

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

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

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

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