Html Css Color HEX #F15619 Persimmon

📋 copy color: '#F15619'

red 241 ◦ green 86 ◦ blue 25

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

Shades of Persimmon #F15619

Tints of Persimmon #F15619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 68.47%
G = 24.43%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15619 (or 0xF15619) is known color: Persimmon. HEX triplet: F1, 56 and 19. RGB value is (241,86,25). Sum of RGB (Red+Green+Blue) = 241+86+25=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F15619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15619 is #0EA9E6. Grayscale: #7D7D7D. Windows color (decimal): -960999 or 1660657. OLE color: 1660657.

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

Color convert

RGB 241 86 25 -
CMYK 0 0.64 0.90 0.05
HSL 16.94º 0.89% 0.52% -
HSV(B) 16.94º 0.9% 0.95% -
XYZ 39.78 25.43 3.73 -
YUV 125.39 71.35 210.46 -
System Red Green Blue C M Y K H S L
Decimal 241 86 25 0 0.64 0.90 0.05 16.94 0.89 0.52
Hex F1 56 19 0 40 5A 5 11 59 34
Octal 361 126 31 0 100 132 5 21 131 64
Binary 11110001 1010110 11001 0 1000000 1011010 101 10001 1011001 110100

Color Harmonies of #F15619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15619

Black with #F15619

Text Example


Text Example

White with #F15619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15619; }

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

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

background-color css

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

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

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

border-color css

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

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

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