#F4C73D

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

Shades of Saffron #F4C73D

Tints of Saffron #F4C73D

Color information

#F4C73D (or 0xF4C73D) is unknown color: approx Saffron. HEX triplet: F4, C7 and 3D. RGB value is (244,199,61). Sum of RGB (Red+Green+Blue) = 244+199+61=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C73D is #0B38C2. Grayscale: #C5C5C5. Windows color (decimal): -735427 or 4048884. OLE color: 4048884.

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

Color convert

RGB24419961-
CMYK00.180.750.04
HSL45.25º89.27%59.8%-
HSV(B)45.25º75%95.69%-
XYZ58.5760.4212.99-
YUV196.7251.41161.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.41%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 61 (24.22% from 255) = 12.10%
R=48.41%
G=39.48%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441996100.180.750.0445.2589.2759.8
HexF4C73D0124B42d593c
Octal3643077502211345513174
Binary111101001100011111110101001010010111001011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C73D; }

 p { color: rgb(244,199,61); }

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

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

 a { background-color: rgb(244,199,61); }

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

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

 span { border-color: rgb(244,199,61); }

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