#F45D00

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

Shades of Persimmon #F45D00

Tints of Persimmon #F45D00

Color information

#F45D00 (or 0xF45D00) is unknown color: approx Persimmon. HEX triplet: F4, 5D and 00. RGB value is (244,93,0). Sum of RGB (Red+Green+Blue) = 244+93+0=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D00 is #0BA2FF. Grayscale: #808080. Windows color (decimal): -762624 or 24052. OLE color: 24052.

HSL color Cylindrical-coordinate representation of color #F45D00: hue angle of 22.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB244930-
CMYK00.6210.04
HSL22.87º100%47.84%-
HSV(B)22.87º100%95.69%-
XYZ41.2227.063.05-
YUV127.5556.03211.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.40%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.40%
G=27.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24493000.6210.0422.8710047.84
HexF45D003E644176430
Octal364135007614442714460
Binary111101001011101001111101100100100101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D00; }

 p { color: rgb(244,93,0); }

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

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

 a { background-color: rgb(244,93,0); }

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

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

 span { border-color: rgb(244,93,0); }

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