Html Css Color HEX #F06015 Persimmon

📋 copy color: '#F06015'

red 240 ◦ green 96 ◦ blue 21

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

Shades of Persimmon #F06015

Tints of Persimmon #F06015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 67.23%
G = 26.89%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06015 (or 0xF06015) is known color: Persimmon. HEX triplet: F0, 60 and 15. RGB value is (240,96,21). Sum of RGB (Red+Green+Blue) = 240+96+21=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F06015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06015 is #0F9FEA. Grayscale: #828282. Windows color (decimal): -1023979 or 1401072. OLE color: 1401072.

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

Color convert

RGB 240 96 21 -
CMYK 0 0.6 0.91 0.06
HSL 20.55º 0.88% 0.51% -
HSV(B) 20.55º 0.91% 0.94% -
XYZ 40.25 26.95 3.79 -
YUV 130.51 66.21 206.1 -
System Red Green Blue C M Y K H S L
Decimal 240 96 21 0 0.6 0.91 0.06 20.55 0.88 0.51
Hex F0 60 15 0 3C 5B 6 15 58 33
Octal 360 140 25 0 74 133 6 25 130 63
Binary 11110000 1100000 10101 0 111100 1011011 110 10101 1011000 110011

Color Harmonies of #F06015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06015

Black with #F06015

Text Example


Text Example

White with #F06015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06015; }

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

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

background-color css

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

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

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

border-color css

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

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

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