Html Css Color HEX #F15608 Persimmon

📋 copy color: '#F15608'

red 241 ◦ green 86 ◦ blue 8

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

Shades of Persimmon #F15608

Tints of Persimmon #F15608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 71.94%
G = 25.67%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F15608 (or 0xF15608) is known color: Persimmon. HEX triplet: F1, 56 and 08. RGB value is (241,86,8). Sum of RGB (Red+Green+Blue) = 241+86+8=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F15608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15608 is #0EA9F7. Grayscale: #7B7B7B. Windows color (decimal): -961016 or 546545. OLE color: 546545.

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

Color convert

RGB 241 86 8 -
CMYK 0 0.64 0.97 0.05
HSL 20.09º 0.94% 0.49% -
HSV(B) 20.09º 0.97% 0.95% -
XYZ 39.65 25.37 3.04 -
YUV 123.45 62.85 211.84 -
System Red Green Blue C M Y K H S L
Decimal 241 86 8 0 0.64 0.97 0.05 20.09 0.94 0.49
Hex F1 56 8 0 40 61 5 14 5E 31
Octal 361 126 10 0 100 141 5 24 136 61
Binary 11110001 1010110 1000 0 1000000 1100001 101 10100 1011110 110001

Color Harmonies of #F15608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15608

Black with #F15608

Text Example


Text Example

White with #F15608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15608; }

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

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

background-color css

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

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

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

border-color css

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

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

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