Html Css Color HEX #F15214 Persimmon

📋 copy color: '#F15214'

red 241 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #F15214

Tints of Persimmon #F15214

RGB

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

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

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

R = 70.26%
G = 23.91%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15214 (or 0xF15214) is known color: Persimmon. HEX triplet: F1, 52 and 14. RGB value is (241,82,20). Sum of RGB (Red+Green+Blue) = 241+82+20=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F15214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15214 is #0EADEB. Grayscale: #7A7A7A. Windows color (decimal): -962028 or 1331953. OLE color: 1331953.

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

Color convert

RGB 241 82 20 -
CMYK 0 0.66 0.92 0.05
HSL 16.83º 0.89% 0.51% -
HSV(B) 16.83º 0.92% 0.95% -
XYZ 39.42 24.79 3.37 -
YUV 122.47 70.18 212.54 -
System Red Green Blue C M Y K H S L
Decimal 241 82 20 0 0.66 0.92 0.05 16.83 0.89 0.51
Hex F1 52 14 0 42 5C 5 11 59 33
Octal 361 122 24 0 102 134 5 21 131 63
Binary 11110001 1010010 10100 0 1000010 1011100 101 10001 1011001 110011

Color Harmonies of #F15214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15214

Black with #F15214

Text Example


Text Example

White with #F15214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15214; }

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

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

background-color css

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

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

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

border-color css

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

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

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