Html Css Color HEX #F15808 Persimmon

📋 copy color: '#F15808'

red 241 ◦ green 88 ◦ blue 8

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

Shades of Persimmon #F15808

Tints of Persimmon #F15808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 71.51%
G = 26.11%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F15808 (or 0xF15808) is known color: Persimmon. HEX triplet: F1, 58 and 08. RGB value is (241,88,8). Sum of RGB (Red+Green+Blue) = 241+88+8=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F15808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15808 is #0EA7F7. Grayscale: #7D7D7D. Windows color (decimal): -960504 or 547057. OLE color: 547057.

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

Color convert

RGB 241 88 8 -
CMYK 0 0.63 0.97 0.05
HSL 20.6º 0.94% 0.49% -
HSV(B) 20.6º 0.97% 0.95% -
XYZ 39.81 25.7 3.09 -
YUV 124.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 241 88 8 0 0.63 0.97 0.05 20.6 0.94 0.49
Hex F1 58 8 0 3F 61 5 15 5E 31
Octal 361 130 10 0 77 141 5 25 136 61
Binary 11110001 1011000 1000 0 111111 1100001 101 10101 1011110 110001

Color Harmonies of #F15808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15808

Black with #F15808

Text Example


Text Example

White with #F15808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15808; }

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

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

background-color css

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

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

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

border-color css

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

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

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