Html Css Color HEX #F15D14 Persimmon

📋 copy color: '#F15D14'

red 241 ◦ green 93 ◦ blue 20

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

Shades of Persimmon #F15D14

Tints of Persimmon #F15D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 68.08%
G = 26.27%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15D14 (or 0xF15D14) is known color: Persimmon. HEX triplet: F1, 5D and 14. RGB value is (241,93,20). Sum of RGB (Red+Green+Blue) = 241+93+20=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D14 is #0EA2EB. Grayscale: #818181. Windows color (decimal): -959212 or 1334769. OLE color: 1334769.

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

Color convert

RGB 241 93 20 -
CMYK 0 0.61 0.92 0.05
HSL 19.82º 0.89% 0.51% -
HSV(B) 19.82º 0.92% 0.95% -
XYZ 40.32 26.58 3.67 -
YUV 128.93 66.53 207.94 -
System Red Green Blue C M Y K H S L
Decimal 241 93 20 0 0.61 0.92 0.05 19.82 0.89 0.51
Hex F1 5D 14 0 3D 5C 5 14 59 33
Octal 361 135 24 0 75 134 5 24 131 63
Binary 11110001 1011101 10100 0 111101 1011100 101 10100 1011001 110011

Color Harmonies of #F15D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D14

Black with #F15D14

Text Example


Text Example

White with #F15D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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