#F5CA33

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

Shades of Saffron #F5CA33

Tints of Saffron #F5CA33

Color information

#F5CA33 (or 0xF5CA33) is unknown color: approx Saffron. HEX triplet: F5, CA and 33. RGB value is (245,202,51). Sum of RGB (Red+Green+Blue) = 245+202+51=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA33 is #0A35CC. Grayscale: #C6C6C6. Windows color (decimal): -669133 or 3394293. OLE color: 3394293.

HSL color Cylindrical-coordinate representation of color #F5CA33: hue angle of 46.7º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5CA33 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24520251-
CMYK00.180.790.04
HSL46.7º90.65%58.04%-
HSV(B)46.7º79.18%96.08%-
XYZ59.3761.8911.95-
YUV197.6445.25161.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 51 (20.31% from 255) = 10.24%
R=49.20%
G=40.56%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452025100.180.790.0446.790.6558.04
HexF5CA330124F42f5b3a
Octal3653126302211745713372
Binary111101011100101011001101001010011111001011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA33; }

 p { color: rgb(245,202,51); }

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

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

 a { background-color: rgb(245,202,51); }

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

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

 span { border-color: rgb(245,202,51); }

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