#F1501C

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

Shades of Persimmon #F1501C

Tints of Persimmon #F1501C

Color information

#F1501C (or 0xF1501C) is unknown color: approx Persimmon. HEX triplet: F1, 50 and 1C. RGB value is (241,80,28). Sum of RGB (Red+Green+Blue) = 241+80+28=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1501C is #0EAFE3. Grayscale: #7A7A7A. Windows color (decimal): -962532 or 1855729. OLE color: 1855729.

HSL color Cylindrical-coordinate representation of color #F1501C: hue angle of 14.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1501C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2418028-
CMYK00.670.880.05
HSL14.65º88.38%52.75%-
HSV(B)14.65º88.38%94.51%-
XYZ39.3524.523.76-
YUV122.2174.84212.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.05%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=69.05%
G=22.92%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241802800.670.880.0514.6588.3852.75
HexF1501C043585f5835
Octal36112034010313051713065
Binary1111000110100001110001000011101100010111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1501C; }

 p { color: rgb(241,80,28); }

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

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

 a { background-color: rgb(241,80,28); }

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

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

 span { border-color: rgb(241,80,28); }

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