Html Css Color HEX #F15418 Persimmon

📋 copy color: '#F15418'

red 241 ◦ green 84 ◦ blue 24

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

Shades of Persimmon #F15418

Tints of Persimmon #F15418

RGB

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

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

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

R = 69.05%
G = 24.07%
B = 6.88%

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

#F15418 (or 0xF15418) is known color: Persimmon. HEX triplet: F1, 54 and 18. RGB value is (241,84,24). Sum of RGB (Red+Green+Blue) = 241+84+24=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F15418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15418 is #0EABE7. Grayscale: #7C7C7C. Windows color (decimal): -961512 or 1594609. OLE color: 1594609.

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

Color convert

RGB 241 84 24 -
CMYK 0 0.65 0.90 0.05
HSL 16.59º 0.89% 0.52% -
HSV(B) 16.59º 0.9% 0.95% -
XYZ 39.61 25.11 3.62 -
YUV 124.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 241 84 24 0 0.65 0.90 0.05 16.59 0.89 0.52
Hex F1 54 18 0 41 5A 5 11 59 34
Octal 361 124 30 0 101 132 5 21 131 64
Binary 11110001 1010100 11000 0 1000001 1011010 101 10001 1011001 110100

Color Harmonies of #F15418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15418

Black with #F15418

Text Example


Text Example

White with #F15418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15418; }

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

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

background-color css

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

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

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

border-color css

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

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

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