Html Css Color HEX #F05119 Persimmon

📋 copy color: '#F05119'

red 240 ◦ green 81 ◦ blue 25

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

Shades of Persimmon #F05119

Tints of Persimmon #F05119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 69.36%
G = 23.41%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05119 (or 0xF05119) is known color: Persimmon. HEX triplet: F0, 51 and 19. RGB value is (240,81,25). Sum of RGB (Red+Green+Blue) = 240+81+25=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05119 is #0FAEE6. Grayscale: #7A7A7A. Windows color (decimal): -1027815 or 1659376. OLE color: 1659376.

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

Color convert

RGB 240 81 25 -
CMYK 0 0.66 0.90 0.06
HSL 15.63º 0.88% 0.52% -
HSV(B) 15.63º 0.9% 0.94% -
XYZ 39.05 24.48 3.59 -
YUV 122.16 73.18 212.05 -
System Red Green Blue C M Y K H S L
Decimal 240 81 25 0 0.66 0.90 0.06 15.63 0.88 0.52
Hex F0 51 19 0 42 5A 6 10 58 34
Octal 360 121 31 0 102 132 6 20 130 64
Binary 11110000 1010001 11001 0 1000010 1011010 110 10000 1011000 110100

Color Harmonies of #F05119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05119

Black with #F05119

Text Example


Text Example

White with #F05119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05119; }

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

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

background-color css

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

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

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

border-color css

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

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

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