Html Css Color HEX #F15414 Persimmon

📋 copy color: '#F15414'

red 241 ◦ green 84 ◦ blue 20

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

Shades of Persimmon #F15414

Tints of Persimmon #F15414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 69.86%
G = 24.35%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15414 (or 0xF15414) is known color: Persimmon. HEX triplet: F1, 54 and 14. RGB value is (241,84,20). Sum of RGB (Red+Green+Blue) = 241+84+20=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15414 is #0EABEB. Grayscale: #7C7C7C. Windows color (decimal): -961516 or 1332465. OLE color: 1332465.

HSL color Cylindrical-coordinate representation of color #F15414: hue angle of 17.38º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15414 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 20 -
CMYK 0 0.65 0.92 0.05
HSL 17.38º 0.89% 0.51% -
HSV(B) 17.38º 0.92% 0.95% -
XYZ 39.57 25.09 3.42 -
YUV 123.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 241 84 20 0 0.65 0.92 0.05 17.38 0.89 0.51
Hex F1 54 14 0 41 5C 5 11 59 33
Octal 361 124 24 0 101 134 5 21 131 63
Binary 11110001 1010100 10100 0 1000001 1011100 101 10001 1011001 110011

Color Harmonies of #F15414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15414

Black with #F15414

Text Example


Text Example

White with #F15414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15414; }

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

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

background-color css

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

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

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

border-color css

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

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

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