Html Css Color HEX #F0590A Persimmon

📋 copy color: '#F0590A'

red 240 ◦ green 89 ◦ blue 10

#F0590A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #F0590A

Tints of Persimmon #F0590A

RGB

 RED value IS 240 (94.14% from 255) = 70.8%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 10 (4.3% from 255) = 2.95%

R = 70.8%
G = 26.25%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0590A (or 0xF0590A) is known color: Persimmon. HEX triplet: F0, 59 and 0A. RGB value is (240,89,10). Sum of RGB (Red+Green+Blue) = 240+89+10=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0590A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0590A is #0FA6F5. Grayscale: #7D7D7D. Windows color (decimal): -1025782 or 678384. OLE color: 678384.

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

Color convert

RGB 240 89 10 -
CMYK 0 0.63 0.96 0.06
HSL 20.61º 0.92% 0.49% -
HSV(B) 20.61º 0.96% 0.94% -
XYZ 39.56 25.69 3.16 -
YUV 125.14 63.03 209.92 -
System Red Green Blue C M Y K H S L
Decimal 240 89 10 0 0.63 0.96 0.06 20.61 0.92 0.49
Hex F0 59 A 0 3F 60 6 15 5C 31
Octal 360 131 12 0 77 140 6 25 134 61
Binary 11110000 1011001 1010 0 111111 1100000 110 10101 1011100 110001

Color Harmonies of #F0590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0590A

Black with #F0590A

Text Example


Text Example

White with #F0590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0590A; }

 p { color: rgb(240,89,10); }

 H1.HeaderClassName
 {
   color: #F0590A;
 }
 .AnyTagClassName
 {
   color: #F0590A;
 }
</style>

background-color css

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

 a { background-color: rgb(240,89,10); }

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

border-color css

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

 span { border-color: rgb(240,89,10); }

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