Html Css Color HEX #F15119 Persimmon

📋 copy color: '#F15119'

red 241 ◦ green 81 ◦ blue 25

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

Shades of Persimmon #F15119

Tints of Persimmon #F15119

RGB

 RED value IS 241 (94.53% from 255) = 69.45%

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

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

R = 69.45%
G = 23.34%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15119 (or 0xF15119) is known color: Persimmon. HEX triplet: F1, 51 and 19. RGB value is (241,81,25). Sum of RGB (Red+Green+Blue) = 241+81+25=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F15119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15119 is #0EAEE6. Grayscale: #7A7A7A. Windows color (decimal): -962279 or 1659377. OLE color: 1659377.

HSL color Cylindrical-coordinate representation of color #F15119: hue angle of 15.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F15119 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 81 25 -
CMYK 0 0.66 0.90 0.05
HSL 15.56º 0.89% 0.52% -
HSV(B) 15.56º 0.9% 0.95% -
XYZ 39.39 24.66 3.6 -
YUV 122.46 73.01 212.55 -
System Red Green Blue C M Y K H S L
Decimal 241 81 25 0 0.66 0.90 0.05 15.56 0.89 0.52
Hex F1 51 19 0 42 5A 5 10 59 34
Octal 361 121 31 0 102 132 5 20 131 64
Binary 11110001 1010001 11001 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F15119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15119

Black with #F15119

Text Example


Text Example

White with #F15119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15119; }

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

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

background-color css

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

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

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

border-color css

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

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

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