Html Css Color HEX #F15217 Persimmon

📋 copy color: '#F15217'

red 241 ◦ green 82 ◦ blue 23

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

Shades of Persimmon #F15217

Tints of Persimmon #F15217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 69.65%
G = 23.7%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15217 (or 0xF15217) is known color: Persimmon. HEX triplet: F1, 52 and 17. RGB value is (241,82,23). Sum of RGB (Red+Green+Blue) = 241+82+23=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15217 is #0EADE8. Grayscale: #7B7B7B. Windows color (decimal): -962025 or 1528561. OLE color: 1528561.

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

Color convert

RGB 241 82 23 -
CMYK 0 0.66 0.90 0.05
HSL 16.24º 0.89% 0.52% -
HSV(B) 16.24º 0.9% 0.95% -
XYZ 39.45 24.8 3.52 -
YUV 122.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 241 82 23 0 0.66 0.90 0.05 16.24 0.89 0.52
Hex F1 52 17 0 42 5A 5 10 59 34
Octal 361 122 27 0 102 132 5 20 131 64
Binary 11110001 1010010 10111 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F15217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15217

Black with #F15217

Text Example


Text Example

White with #F15217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15217; }

 p { color: rgb(241,82,23); }

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

background-color css

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

 a { background-color: rgb(241,82,23); }

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

border-color css

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

 span { border-color: rgb(241,82,23); }

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