Html Css Color HEX #F05519 Persimmon

📋 copy color: '#F05519'

red 240 ◦ green 85 ◦ blue 25

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

Shades of Persimmon #F05519

Tints of Persimmon #F05519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 68.57%
G = 24.29%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05519 (or 0xF05519) is known color: Persimmon. HEX triplet: F0, 55 and 19. RGB value is (240,85,25). Sum of RGB (Red+Green+Blue) = 240+85+25=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05519 is #0FAAE6. Grayscale: #7C7C7C. Windows color (decimal): -1026791 or 1660400. OLE color: 1660400.

HSL color Cylindrical-coordinate representation of color #F05519: hue angle of 16.74º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05519 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 25 -
CMYK 0 0.65 0.90 0.06
HSL 16.74º 0.88% 0.52% -
HSV(B) 16.74º 0.9% 0.94% -
XYZ 39.36 25.09 3.69 -
YUV 124.51 71.85 210.38 -
System Red Green Blue C M Y K H S L
Decimal 240 85 25 0 0.65 0.90 0.06 16.74 0.88 0.52
Hex F0 55 19 0 41 5A 6 11 58 34
Octal 360 125 31 0 101 132 6 21 130 64
Binary 11110000 1010101 11001 0 1000001 1011010 110 10001 1011000 110100

Color Harmonies of #F05519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05519

Black with #F05519

Text Example


Text Example

White with #F05519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05519; }

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

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

background-color css

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

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

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

border-color css

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

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

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