Html Css Color HEX #F05515 Persimmon

📋 copy color: '#F05515'

red 240 ◦ green 85 ◦ blue 21

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

Shades of Persimmon #F05515

Tints of Persimmon #F05515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 69.36%
G = 24.57%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05515 (or 0xF05515) is known color: Persimmon. HEX triplet: F0, 55 and 15. RGB value is (240,85,21). Sum of RGB (Red+Green+Blue) = 240+85+21=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05515 is #0FAAEA. Grayscale: #7C7C7C. Windows color (decimal): -1026795 or 1398256. OLE color: 1398256.

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

Color convert

RGB 240 85 21 -
CMYK 0 0.65 0.91 0.06
HSL 17.53º 0.88% 0.51% -
HSV(B) 17.53º 0.91% 0.94% -
XYZ 39.32 25.08 3.48 -
YUV 124.05 69.85 210.7 -
System Red Green Blue C M Y K H S L
Decimal 240 85 21 0 0.65 0.91 0.06 17.53 0.88 0.51
Hex F0 55 15 0 41 5B 6 12 58 33
Octal 360 125 25 0 101 133 6 22 130 63
Binary 11110000 1010101 10101 0 1000001 1011011 110 10010 1011000 110011

Color Harmonies of #F05515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05515

Black with #F05515

Text Example


Text Example

White with #F05515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05515; }

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

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

background-color css

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

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

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

border-color css

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

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

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