#F0C134

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

Shades of Saffron #F0C134

Tints of Saffron #F0C134

Color information

#F0C134 (or 0xF0C134) is unknown color: approx Saffron. HEX triplet: F0, C1 and 34. RGB value is (240,193,52). Sum of RGB (Red+Green+Blue) = 240+193+52=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C134 is #0F3ECB. Grayscale: #BFBFBF. Windows color (decimal): -999116 or 3457520. OLE color: 3457520.

HSL color Cylindrical-coordinate representation of color #F0C134: hue angle of 45º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0C134 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24019352-
CMYK00.200.780.06
HSL45º86.24%57.25%-
HSV(B)45º78.33%94.12%-
XYZ55.6256.9111.3-
YUV190.9849.57162.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 52 (20.70% from 255) = 10.72%
R=49.48%
G=39.79%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401935200.200.780.064586.2457.25
HexF0C1340144E62d5639
Octal3603016402411665512671
Binary111100001100000111010001010010011101101011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C134; }

 p { color: rgb(240,193,52); }

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

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

 a { background-color: rgb(240,193,52); }

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

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

 span { border-color: rgb(240,193,52); }

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