Html Css Color HEX #F0640F Persimmon

📋 copy color: '#F0640F'

red 240 ◦ green 100 ◦ blue 15

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

Shades of Persimmon #F0640F

Tints of Persimmon #F0640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 67.61%
G = 28.17%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0640F (or 0xF0640F) is known color: Persimmon. HEX triplet: F0, 64 and 0F. RGB value is (240,100,15). Sum of RGB (Red+Green+Blue) = 240+100+15=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0640F is #0F9BF0. Grayscale: #848484. Windows color (decimal): -1022961 or 1008880. OLE color: 1008880.

HSL color Cylindrical-coordinate representation of color #F0640F: hue angle of 22.67º degrees, saturation: 0.88, 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 #F0640F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 15 -
CMYK 0 0.58 0.94 0.06
HSL 22.67º 0.88% 0.5% -
HSV(B) 22.67º 0.94% 0.94% -
XYZ 40.58 27.67 3.65 -
YUV 132.17 61.88 204.91 -
System Red Green Blue C M Y K H S L
Decimal 240 100 15 0 0.58 0.94 0.06 22.67 0.88 0.5
Hex F0 64 F 0 3A 5E 6 17 58 32
Octal 360 144 17 0 72 136 6 27 130 62
Binary 11110000 1100100 1111 0 111010 1011110 110 10111 1011000 110010

Color Harmonies of #F0640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0640F

Black with #F0640F

Text Example


Text Example

White with #F0640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0640F; }

 p { color: rgb(240,100,15); }

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

background-color css

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

 a { background-color: rgb(240,100,15); }

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

border-color css

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

 span { border-color: rgb(240,100,15); }

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