#F4C931

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

Shades of Saffron #F4C931

Tints of Saffron #F4C931

Color information

#F4C931 (or 0xF4C931) is unknown color: approx Saffron. HEX triplet: F4, C9 and 31. RGB value is (244,201,49). Sum of RGB (Red+Green+Blue) = 244+201+49=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C931 is #0B36CE. Grayscale: #C5C5C5. Windows color (decimal): -734927 or 3262964. OLE color: 3262964.

HSL color Cylindrical-coordinate representation of color #F4C931: hue angle of 46.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4C931 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24420149-
CMYK00.180.800.04
HSL46.77º89.86%57.45%-
HSV(B)46.77º79.92%95.69%-
XYZ58.7561.2311.63-
YUV196.5344.75161.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.39%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 49 (19.53% from 255) = 9.92%
R=49.39%
G=40.69%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442014900.180.800.0446.7789.8657.45
HexF4C9310125042f5a39
Octal3643116102212045713271
Binary111101001100100111000101001010100001001011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C931; }

 p { color: rgb(244,201,49); }

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

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

 a { background-color: rgb(244,201,49); }

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

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

 span { border-color: rgb(244,201,49); }

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