#F3C03A

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

Shades of Saffron #F3C03A

Tints of Saffron #F3C03A

Color information

#F3C03A (or 0xF3C03A) is unknown color: approx Saffron. HEX triplet: F3, C0 and 3A. RGB value is (243,192,58). Sum of RGB (Red+Green+Blue) = 243+192+58=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C03A is #0C3FC5. Grayscale: #C0C0C0. Windows color (decimal): -802758 or 3850483. OLE color: 3850483.

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

Color convert

RGB24319258-
CMYK00.210.760.05
HSL43.46º88.52%59.02%-
HSV(B)43.46º76.13%95.29%-
XYZ56.5857.0612.03-
YUV191.9752.4164.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 58 (23.05% from 255) = 11.76%
R=49.29%
G=38.95%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431925800.210.760.0543.4688.5259.02
HexF3C03A0154C52b593b
Octal3633007202511455313173
Binary111100111100000011101001010110011001011010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C03A; }

 p { color: rgb(243,192,58); }

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

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

 a { background-color: rgb(243,192,58); }

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

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

 span { border-color: rgb(243,192,58); }

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