#F5C83B

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

Shades of Saffron #F5C83B

Tints of Saffron #F5C83B

Color information

#F5C83B (or 0xF5C83B) is unknown color: approx Saffron. HEX triplet: F5, C8 and 3B. RGB value is (245,200,59). Sum of RGB (Red+Green+Blue) = 245+200+59=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C83B is #0A37C4. Grayscale: #C5C5C5. Windows color (decimal): -669637 or 3918069. OLE color: 3918069.

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

Color convert

RGB24520059-
CMYK00.180.760.04
HSL45.48º90.29%59.61%-
HSV(B)45.48º75.92%96.08%-
XYZ59.161.0412.8-
YUV197.3849.91161.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 59 (23.44% from 255) = 11.71%
R=48.61%
G=39.68%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452005900.180.760.0445.4890.2959.61
HexF5C83B0124C42d5a3c
Octal3653107302211445513274
Binary111101011100100011101101001010011001001011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C83B; }

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

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

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

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

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

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

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

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