Html Css Color HEX #F15417 Persimmon

📋 copy color: '#F15417'

red 241 ◦ green 84 ◦ blue 23

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

Shades of Persimmon #F15417

Tints of Persimmon #F15417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 69.25%
G = 24.14%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15417 (or 0xF15417) is known color: Persimmon. HEX triplet: F1, 54 and 17. RGB value is (241,84,23). Sum of RGB (Red+Green+Blue) = 241+84+23=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15417 is #0EABE8. Grayscale: #7C7C7C. Windows color (decimal): -961513 or 1529073. OLE color: 1529073.

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

Color convert

RGB 241 84 23 -
CMYK 0 0.65 0.90 0.05
HSL 16.79º 0.89% 0.52% -
HSV(B) 16.79º 0.9% 0.95% -
XYZ 39.6 25.1 3.57 -
YUV 123.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 241 84 23 0 0.65 0.90 0.05 16.79 0.89 0.52
Hex F1 54 17 0 41 5A 5 11 59 34
Octal 361 124 27 0 101 132 5 21 131 64
Binary 11110001 1010100 10111 0 1000001 1011010 101 10001 1011001 110100

Color Harmonies of #F15417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15417

Black with #F15417

Text Example


Text Example

White with #F15417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15417; }

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

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

background-color css

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

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

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

border-color css

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

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

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