#F35C03

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

Shades of Persimmon #F35C03

Tints of Persimmon #F35C03

Color information

#F35C03 (or 0xF35C03) is unknown color: approx Persimmon. HEX triplet: F3, 5C and 03. RGB value is (243,92,3). Sum of RGB (Red+Green+Blue) = 243+92+3=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C03 is #0CA3FC. Grayscale: #7F7F7F. Windows color (decimal): -828413 or 220403. OLE color: 220403.

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

Color convert

RGB243923-
CMYK00.620.990.05
HSL22.25º97.56%48.24%-
HSV(B)22.25º98.77%95.29%-
XYZ40.8126.723.09-
YUV12758.03210.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.89%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=71.89%
G=27.22%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24392300.620.990.0522.2597.5648.24
HexF35C303E635166230
Octal363134307614352614260
Binary1111001110111001101111101100011101101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C03; }

 p { color: rgb(243,92,3); }

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

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

 a { background-color: rgb(243,92,3); }

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

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

 span { border-color: rgb(243,92,3); }

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