#F3C738

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

Shades of Saffron #F3C738

Tints of Saffron #F3C738

Color information

#F3C738 (or 0xF3C738) is unknown color: approx Saffron. HEX triplet: F3, C7 and 38. RGB value is (243,199,56). Sum of RGB (Red+Green+Blue) = 243+199+56=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C738 is #0C38C7. Grayscale: #C4C4C4. Windows color (decimal): -800968 or 3721203. OLE color: 3721203.

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

Color convert

RGB24319956-
CMYK00.180.770.05
HSL45.88º88.63%58.63%-
HSV(B)45.88º76.95%95.29%-
XYZ58.160.1912.3-
YUV195.8549.08161.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 56 (22.27% from 255) = 11.24%
R=48.80%
G=39.96%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431995600.180.770.0545.8888.6358.63
HexF3C7380124D52e593b
Octal3633077002211555613173
Binary111100111100011111100001001010011011011011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C738; }

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

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

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

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

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

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

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

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