#F4C831

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

Shades of Saffron #F4C831

Tints of Saffron #F4C831

Color information

#F4C831 (or 0xF4C831) is unknown color: approx Saffron. HEX triplet: F4, C8 and 31. RGB value is (244,200,49). Sum of RGB (Red+Green+Blue) = 244+200+49=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C831 is #0B37CE. Grayscale: #C4C4C4. Windows color (decimal): -735183 or 3262708. OLE color: 3262708.

HSL color Cylindrical-coordinate representation of color #F4C831: hue angle of 46.46º 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 #F4C831 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24420049-
CMYK00.180.800.04
HSL46.46º89.86%57.45%-
HSV(B)46.46º79.92%95.69%-
XYZ58.5260.7611.55-
YUV195.9445.08162.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 49 (19.53% from 255) = 9.94%
R=49.49%
G=40.57%
B=9.94%

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
Decimal2442004900.180.800.0446.4689.8657.45
HexF4C8310125042e5a39
Octal3643106102212045613271
Binary111101001100100011000101001010100001001011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C831; }

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

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

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

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

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

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

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

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