#f3c133

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

Shades of Saffron #F3C133

Tints of Saffron #F3C133

Color information

#F3C133 (or 0xF3C133) is unknown color: approx Saffron. HEX triplet: F3, C1 and 33. RGB value is (243,193,51). Sum of RGB (Red+Green+Blue) = 243+193+51=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C133 is #0C3ECC. Grayscale: #C0C0C0. Windows color (decimal): -802509 or 3391987. OLE color: 3391987.

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

Color convert

RGB24319351-
CMYK00.210.790.05
HSL44.38º88.89%57.65%-
HSV(B)44.38º79.01%95.29%-
XYZ56.6357.4311.23-
YUV191.7648.56164.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 51 (20.31% from 255) = 10.47%
R=49.90%
G=39.63%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431935100.210.790.0544.3888.8957.65
HexF3C1330154F52c593a
Octal3633016302511755413172
Binary111100111100000111001101010110011111011011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3c133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3c133; }

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

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

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

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

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

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

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

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