Html Css Color HEX #F05915 Persimmon

📋 copy color: '#F05915'

red 240 ◦ green 89 ◦ blue 21

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

Shades of Persimmon #F05915

Tints of Persimmon #F05915

RGB

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

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

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

R = 68.57%
G = 25.43%
B = 6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05915 (or 0xF05915) is known color: Persimmon. HEX triplet: F0, 59 and 15. RGB value is (240,89,21). Sum of RGB (Red+Green+Blue) = 240+89+21=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05915 is #0FA6EA. Grayscale: #7E7E7E. Windows color (decimal): -1025771 or 1399280. OLE color: 1399280.

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

Color convert

RGB 240 89 21 -
CMYK 0 0.63 0.91 0.06
HSL 18.63º 0.88% 0.51% -
HSV(B) 18.63º 0.91% 0.94% -
XYZ 39.64 25.72 3.59 -
YUV 126.4 68.53 209.03 -
System Red Green Blue C M Y K H S L
Decimal 240 89 21 0 0.63 0.91 0.06 18.63 0.88 0.51
Hex F0 59 15 0 3F 5B 6 13 58 33
Octal 360 131 25 0 77 133 6 23 130 63
Binary 11110000 1011001 10101 0 111111 1011011 110 10011 1011000 110011

Color Harmonies of #F05915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05915

Black with #F05915

Text Example


Text Example

White with #F05915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05915; }

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

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

background-color css

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

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

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

border-color css

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

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

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