Html Css Color HEX #F06115 Persimmon

📋 copy color: '#F06115'

red 240 ◦ green 97 ◦ blue 21

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

Shades of Persimmon #F06115

Tints of Persimmon #F06115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 67.04%
G = 27.09%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06115 (or 0xF06115) is known color: Persimmon. HEX triplet: F0, 61 and 15. RGB value is (240,97,21). Sum of RGB (Red+Green+Blue) = 240+97+21=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F06115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06115 is #0F9EEA. Grayscale: #838383. Windows color (decimal): -1023723 or 1401328. OLE color: 1401328.

HSL color Cylindrical-coordinate representation of color #F06115: hue angle of 20.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F06115 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 21 -
CMYK 0 0.60 0.91 0.06
HSL 20.82º 0.88% 0.51% -
HSV(B) 20.82º 0.91% 0.94% -
XYZ 40.35 27.13 3.82 -
YUV 131.09 65.88 205.68 -
System Red Green Blue C M Y K H S L
Decimal 240 97 21 0 0.60 0.91 0.06 20.82 0.88 0.51
Hex F0 61 15 0 3C 5B 6 15 58 33
Octal 360 141 25 0 74 133 6 25 130 63
Binary 11110000 1100001 10101 0 111100 1011011 110 10101 1011000 110011

Color Harmonies of #F06115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06115

Black with #F06115

Text Example


Text Example

White with #F06115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06115; }

 p { color: rgb(240,97,21); }

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

background-color css

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

 a { background-color: rgb(240,97,21); }

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

border-color css

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

 span { border-color: rgb(240,97,21); }

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