Html Css Color HEX #F15F18 Persimmon

📋 copy color: '#F15F18'

red 241 ◦ green 95 ◦ blue 24

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

Shades of Persimmon #F15F18

Tints of Persimmon #F15F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

 BLUE value IS 24 (9.77% from 255) = 6.67%

R = 66.94%
G = 26.39%
B = 6.67%

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

#F15F18 (or 0xF15F18) is known color: Persimmon. HEX triplet: F1, 5F and 18. RGB value is (241,95,24). Sum of RGB (Red+Green+Blue) = 241+95+24=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F18 is #0EA0E7. Grayscale: #828282. Windows color (decimal): -958696 or 1597425. OLE color: 1597425.

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

Color convert

RGB 241 95 24 -
CMYK 0 0.61 0.90 0.05
HSL 19.63º 0.89% 0.52% -
HSV(B) 19.63º 0.9% 0.95% -
XYZ 40.53 26.95 3.93 -
YUV 130.56 67.87 206.77 -
System Red Green Blue C M Y K H S L
Decimal 241 95 24 0 0.61 0.90 0.05 19.63 0.89 0.52
Hex F1 5F 18 0 3D 5A 5 14 59 34
Octal 361 137 30 0 75 132 5 24 131 64
Binary 11110001 1011111 11000 0 111101 1011010 101 10100 1011001 110100

Color Harmonies of #F15F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F18

Black with #F15F18

Text Example


Text Example

White with #F15F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F18; }

 p { color: rgb(241,95,24); }

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

background-color css

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

 a { background-color: rgb(241,95,24); }

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

border-color css

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

 span { border-color: rgb(241,95,24); }

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