Html Css Color HEX #F0590E Persimmon

📋 copy color: '#F0590E'

red 240 ◦ green 89 ◦ blue 14

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

Shades of Persimmon #F0590E

Tints of Persimmon #F0590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 69.97%
G = 25.95%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0590E (or 0xF0590E) is known color: Persimmon. HEX triplet: F0, 59 and 0E. RGB value is (240,89,14). Sum of RGB (Red+Green+Blue) = 240+89+14=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0590E is #0FA6F1. Grayscale: #7E7E7E. Windows color (decimal): -1025778 or 940528. OLE color: 940528.

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

Color convert

RGB 240 89 14 -
CMYK 0 0.63 0.94 0.06
HSL 19.91º 0.89% 0.5% -
HSV(B) 19.91º 0.94% 0.94% -
XYZ 39.59 25.7 3.29 -
YUV 125.6 65.03 209.6 -
System Red Green Blue C M Y K H S L
Decimal 240 89 14 0 0.63 0.94 0.06 19.91 0.89 0.5
Hex F0 59 E 0 3F 5E 6 14 59 32
Octal 360 131 16 0 77 136 6 24 131 62
Binary 11110000 1011001 1110 0 111111 1011110 110 10100 1011001 110010

Color Harmonies of #F0590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0590E

Black with #F0590E

Text Example


Text Example

White with #F0590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0590E; }

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

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

background-color css

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

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

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

border-color css

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

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

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