Html Css Color HEX #F15D19 Persimmon

📋 copy color: '#F15D19'

red 241 ◦ green 93 ◦ blue 25

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

Shades of Persimmon #F15D19

Tints of Persimmon #F15D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

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

R = 67.13%
G = 25.91%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15D19 (or 0xF15D19) is known color: Persimmon. HEX triplet: F1, 5D and 19. RGB value is (241,93,25). Sum of RGB (Red+Green+Blue) = 241+93+25=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D19 is #0EA2E6. Grayscale: #818181. Windows color (decimal): -959207 or 1662449. OLE color: 1662449.

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

Color convert

RGB 241 93 25 -
CMYK 0 0.61 0.90 0.05
HSL 18.89º 0.89% 0.52% -
HSV(B) 18.89º 0.9% 0.95% -
XYZ 40.37 26.6 3.93 -
YUV 129.5 69.03 207.53 -
System Red Green Blue C M Y K H S L
Decimal 241 93 25 0 0.61 0.90 0.05 18.89 0.89 0.52
Hex F1 5D 19 0 3D 5A 5 13 59 34
Octal 361 135 31 0 75 132 5 23 131 64
Binary 11110001 1011101 11001 0 111101 1011010 101 10011 1011001 110100

Color Harmonies of #F15D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D19

Black with #F15D19

Text Example


Text Example

White with #F15D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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