#F2630A

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

Shades of Persimmon #F2630A

Tints of Persimmon #F2630A

Color information

#F2630A (or 0xF2630A) is unknown color: approx Persimmon. HEX triplet: F2, 63 and 0A. RGB value is (242,99,10). Sum of RGB (Red+Green+Blue) = 242+99+10=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2630A is #0D9CF5. Grayscale: #848484. Windows color (decimal): -892150 or 680946. OLE color: 680946.

HSL color Cylindrical-coordinate representation of color #F2630A: hue angle of 23.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2630A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2429910-
CMYK00.590.960.05
HSL23.02º92.06%49.41%-
HSV(B)23.02º95.87%94.9%-
XYZ41.1327.823.49-
YUV131.6159.38206.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.95%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 10 (4.30% from 255) = 2.85%
R=68.95%
G=28.21%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242991000.590.960.0523.0292.0649.41
HexF263A03B605175c31
Octal3621431207314052713461
Binary111100101100011101001110111100000101101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2630A; }

 p { color: rgb(242,99,10); }

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

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

 a { background-color: rgb(242,99,10); }

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

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

 span { border-color: rgb(242,99,10); }

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