#F4CA38

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

Shades of Saffron #F4CA38

Tints of Saffron #F4CA38

Color information

#F4CA38 (or 0xF4CA38) is unknown color: approx Saffron. HEX triplet: F4, CA and 38. RGB value is (244,202,56). Sum of RGB (Red+Green+Blue) = 244+202+56=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA38 is #0B35C7. Grayscale: #C6C6C6. Windows color (decimal): -734664 or 3721972. OLE color: 3721972.

HSL color Cylindrical-coordinate representation of color #F4CA38: hue angle of 46.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4CA38 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB24420256-
CMYK00.170.770.04
HSL46.6º89.52%58.82%-
HSV(B)46.6º77.05%95.69%-
XYZ59.1461.7612.55-
YUV197.9147.91160.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.61%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 56 (22.27% from 255) = 11.16%
R=48.61%
G=40.24%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442025600.170.770.0446.689.5258.82
HexF4CA380114D42f5a3b
Octal3643127002111545713273
Binary111101001100101011100001000110011011001011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CA38; }

 p { color: rgb(244,202,56); }

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

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

 a { background-color: rgb(244,202,56); }

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

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

 span { border-color: rgb(244,202,56); }

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