Html Css Color HEX #F15805 Persimmon

📋 copy color: '#F15805'

red 241 ◦ green 88 ◦ blue 5

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

Shades of Persimmon #F15805

Tints of Persimmon #F15805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 72.16%
G = 26.35%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15805 (or 0xF15805) is known color: Persimmon. HEX triplet: F1, 58 and 05. RGB value is (241,88,5). Sum of RGB (Red+Green+Blue) = 241+88+5=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15805 is #0EA7FA. Grayscale: #7C7C7C. Windows color (decimal): -960507 or 350449. OLE color: 350449.

HSL color Cylindrical-coordinate representation of color #F15805: hue angle of 21.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F15805 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 88 5 -
CMYK 0 0.63 0.98 0.05
HSL 21.1º 0.96% 0.48% -
HSV(B) 21.1º 0.98% 0.95% -
XYZ 39.79 25.69 3.01 -
YUV 124.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 241 88 5 0 0.63 0.98 0.05 21.1 0.96 0.48
Hex F1 58 5 0 3F 62 5 15 60 30
Octal 361 130 5 0 77 142 5 25 140 60
Binary 11110001 1011000 101 0 111111 1100010 101 10101 1100000 110000

Color Harmonies of #F15805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15805

Black with #F15805

Text Example


Text Example

White with #F15805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15805; }

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

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

background-color css

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

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

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

border-color css

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

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

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