Html Css Color HEX #F06215 Persimmon

📋 copy color: '#F06215'

red 240 ◦ green 98 ◦ blue 21

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

Shades of Persimmon #F06215

Tints of Persimmon #F06215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 66.85%
G = 27.3%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06215 (or 0xF06215) is known color: Persimmon. HEX triplet: F0, 62 and 15. RGB value is (240,98,21). Sum of RGB (Red+Green+Blue) = 240+98+21=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06215 is #0F9DEA. Grayscale: #848484. Windows color (decimal): -1023467 or 1401584. OLE color: 1401584.

HSL color Cylindrical-coordinate representation of color #F06215: hue angle of 21.1º 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 #F06215 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 21 -
CMYK 0 0.59 0.91 0.06
HSL 21.1º 0.88% 0.51% -
HSV(B) 21.1º 0.91% 0.94% -
XYZ 40.44 27.31 3.85 -
YUV 131.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 240 98 21 0 0.59 0.91 0.06 21.1 0.88 0.51
Hex F0 62 15 0 3B 5B 6 15 58 33
Octal 360 142 25 0 73 133 6 25 130 63
Binary 11110000 1100010 10101 0 111011 1011011 110 10101 1011000 110011

Color Harmonies of #F06215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06215

Black with #F06215

Text Example


Text Example

White with #F06215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06215; }

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

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

background-color css

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

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

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

border-color css

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

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

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