Html Css Color HEX #F15F08 Persimmon

📋 copy color: '#F15F08'

red 241 ◦ green 95 ◦ blue 8

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

Shades of Persimmon #F15F08

Tints of Persimmon #F15F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 70.06%
G = 27.62%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F15F08 (or 0xF15F08) is known color: Persimmon. HEX triplet: F1, 5F and 08. RGB value is (241,95,8). Sum of RGB (Red+Green+Blue) = 241+95+8=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F08 is #0EA0F7. Grayscale: #818181. Windows color (decimal): -958712 or 548849. OLE color: 548849.

HSL color Cylindrical-coordinate representation of color #F15F08: hue angle of 22.4º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F15F08 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 8 -
CMYK 0 0.61 0.97 0.05
HSL 22.4º 0.94% 0.49% -
HSV(B) 22.4º 0.97% 0.95% -
XYZ 40.41 26.9 3.29 -
YUV 128.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 241 95 8 0 0.61 0.97 0.05 22.4 0.94 0.49
Hex F1 5F 8 0 3D 61 5 16 5E 31
Octal 361 137 10 0 75 141 5 26 136 61
Binary 11110001 1011111 1000 0 111101 1100001 101 10110 1011110 110001

Color Harmonies of #F15F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F08

Black with #F15F08

Text Example


Text Example

White with #F15F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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