#F35F01

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

Shades of Persimmon #F35F01

Tints of Persimmon #F35F01

Color information

#F35F01 (or 0xF35F01) is unknown color: approx Persimmon. HEX triplet: F3, 5F and 01. RGB value is (243,95,1). Sum of RGB (Red+Green+Blue) = 243+95+1=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35F01 is #0CA0FE. Grayscale: #818181. Windows color (decimal): -827647 or 90099. OLE color: 90099.

HSL color Cylindrical-coordinate representation of color #F35F01: hue angle of 23.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F35F01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB243951-
CMYK00.611.000.05
HSL23.31º99.18%47.84%-
HSV(B)23.31º99.59%95.29%-
XYZ41.0627.243.12-
YUV128.5456.03209.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.68%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=71.68%
G=28.02%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24395100.611.000.0523.3199.1847.84
HexF35F103D645176330
Octal363137107514452714360
Binary111100111011111101111011100100101101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F01; }

 p { color: rgb(243,95,1); }

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

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

 a { background-color: rgb(243,95,1); }

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

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

 span { border-color: rgb(243,95,1); }

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