Html Css Color HEX #F15514 Persimmon

📋 copy color: '#F15514'

red 241 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #F15514

Tints of Persimmon #F15514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 69.65%
G = 24.57%
B = 5.78%

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

#F15514 (or 0xF15514) is known color: Persimmon. HEX triplet: F1, 55 and 14. RGB value is (241,85,20). Sum of RGB (Red+Green+Blue) = 241+85+20=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15514 is #0EAAEB. Grayscale: #7C7C7C. Windows color (decimal): -961260 or 1332721. OLE color: 1332721.

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

Color convert

RGB 241 85 20 -
CMYK 0 0.65 0.92 0.05
HSL 17.65º 0.89% 0.51% -
HSV(B) 17.65º 0.92% 0.95% -
XYZ 39.65 25.25 3.45 -
YUV 124.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 241 85 20 0 0.65 0.92 0.05 17.65 0.89 0.51
Hex F1 55 14 0 41 5C 5 12 59 33
Octal 361 125 24 0 101 134 5 22 131 63
Binary 11110001 1010101 10100 0 1000001 1011100 101 10010 1011001 110011

Color Harmonies of #F15514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15514

Black with #F15514

Text Example


Text Example

White with #F15514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15514; }

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

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

background-color css

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

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

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

border-color css

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

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

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