#F7C141

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

Shades of Saffron #F7C141

Tints of Saffron #F7C141

Color information

#F7C141 (or 0xF7C141) is unknown color: approx Saffron. HEX triplet: F7, C1 and 41. RGB value is (247,193,65). Sum of RGB (Red+Green+Blue) = 247+193+65=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C141 is #083EBE. Grayscale: #C3C3C3. Windows color (decimal): -540351 or 4309495. OLE color: 4309495.

HSL color Cylindrical-coordinate representation of color #F7C141: hue angle of 42.2º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7C141 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB24719365-
CMYK00.220.740.03
HSL42.2º91.92%61.18%-
HSV(B)42.2º73.68%96.86%-
XYZ58.3858.313.18-
YUV194.5554.89165.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 65 (25.78% from 255) = 12.87%
R=48.91%
G=38.22%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471936500.220.740.0342.291.9261.18
HexF7C1410164A32a5c3d
Octal36730110102611235213475
Binary111101111100000110000010101101001010111010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C141; }

 p { color: rgb(247,193,65); }

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

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

 a { background-color: rgb(247,193,65); }

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

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

 span { border-color: rgb(247,193,65); }

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