Html Css Color HEX #F15218 Persimmon

📋 copy color: '#F15218'

red 241 ◦ green 82 ◦ blue 24

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

Shades of Persimmon #F15218

Tints of Persimmon #F15218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 69.45%
G = 23.63%
B = 6.92%

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

#F15218 (or 0xF15218) is known color: Persimmon. HEX triplet: F1, 52 and 18. RGB value is (241,82,24). Sum of RGB (Red+Green+Blue) = 241+82+24=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F15218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15218 is #0EADE7. Grayscale: #7B7B7B. Windows color (decimal): -962024 or 1594097. OLE color: 1594097.

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

Color convert

RGB 241 82 24 -
CMYK 0 0.66 0.90 0.05
HSL 16.04º 0.89% 0.52% -
HSV(B) 16.04º 0.9% 0.95% -
XYZ 39.46 24.8 3.57 -
YUV 122.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 241 82 24 0 0.66 0.90 0.05 16.04 0.89 0.52
Hex F1 52 18 0 42 5A 5 10 59 34
Octal 361 122 30 0 102 132 5 20 131 64
Binary 11110001 1010010 11000 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F15218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15218

Black with #F15218

Text Example


Text Example

White with #F15218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15218; }

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

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

background-color css

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

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

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

border-color css

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

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

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