#F3C138

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

Shades of Saffron #F3C138

Tints of Saffron #F3C138

Color information

#F3C138 (or 0xF3C138) is unknown color: approx Saffron. HEX triplet: F3, C1 and 38. RGB value is (243,193,56). Sum of RGB (Red+Green+Blue) = 243+193+56=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C138 is #0C3EC7. Grayscale: #C0C0C0. Windows color (decimal): -802504 or 3719667. OLE color: 3719667.

HSL color Cylindrical-coordinate representation of color #F3C138: hue angle of 43.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3C138 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24319356-
CMYK00.210.770.05
HSL43.96º88.63%58.63%-
HSV(B)43.96º76.95%95.29%-
XYZ56.7557.4811.85-
YUV192.3351.06164.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 56 (22.27% from 255) = 11.38%
R=49.39%
G=39.23%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431935600.210.770.0543.9688.6358.63
HexF3C1380154D52c593b
Octal3633017002511555413173
Binary111100111100000111100001010110011011011011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C138; }

 p { color: rgb(243,193,56); }

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

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

 a { background-color: rgb(243,193,56); }

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

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

 span { border-color: rgb(243,193,56); }

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