Html Css Color HEX #F05619 Persimmon

📋 copy color: '#F05619'

red 240 ◦ green 86 ◦ blue 25

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

Shades of Persimmon #F05619

Tints of Persimmon #F05619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 68.38%
G = 24.5%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05619 (or 0xF05619) is known color: Persimmon. HEX triplet: F0, 56 and 19. RGB value is (240,86,25). Sum of RGB (Red+Green+Blue) = 240+86+25=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F05619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05619 is #0FA9E6. Grayscale: #7D7D7D. Windows color (decimal): -1026535 or 1660656. OLE color: 1660656.

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

Color convert

RGB 240 86 25 -
CMYK 0 0.64 0.90 0.06
HSL 17.02º 0.88% 0.52% -
HSV(B) 17.02º 0.9% 0.94% -
XYZ 39.44 25.25 3.72 -
YUV 125.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 240 86 25 0 0.64 0.90 0.06 17.02 0.88 0.52
Hex F0 56 19 0 40 5A 6 11 58 34
Octal 360 126 31 0 100 132 6 21 130 64
Binary 11110000 1010110 11001 0 1000000 1011010 110 10001 1011000 110100

Color Harmonies of #F05619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05619

Black with #F05619

Text Example


Text Example

White with #F05619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05619; }

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

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

background-color css

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

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

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

border-color css

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

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

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