Html Css Color HEX #F1510C Persimmon

📋 copy color: '#F1510C'

red 241 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #F1510C

Tints of Persimmon #F1510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 72.16%
G = 24.25%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1510C (or 0xF1510C) is known color: Persimmon. HEX triplet: F1, 51 and 0C. RGB value is (241,81,12). Sum of RGB (Red+Green+Blue) = 241+81+12=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1510C is #0EAEF3. Grayscale: #797979. Windows color (decimal): -962292 or 807409. OLE color: 807409.

HSL color Cylindrical-coordinate representation of color #F1510C: hue angle of 18.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1510C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 81 12 -
CMYK 0 0.66 0.95 0.05
HSL 18.08º 0.91% 0.5% -
HSV(B) 18.08º 0.95% 0.95% -
XYZ 39.28 24.61 3.03 -
YUV 120.97 66.51 213.61 -
System Red Green Blue C M Y K H S L
Decimal 241 81 12 0 0.66 0.95 0.05 18.08 0.91 0.5
Hex F1 51 C 0 42 5F 5 12 5B 32
Octal 361 121 14 0 102 137 5 22 133 62
Binary 11110001 1010001 1100 0 1000010 1011111 101 10010 1011011 110010

Color Harmonies of #F1510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1510C

Black with #F1510C

Text Example


Text Example

White with #F1510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1510C; }

 p { color: rgb(241,81,12); }

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

background-color css

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

 a { background-color: rgb(241,81,12); }

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

border-color css

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

 span { border-color: rgb(241,81,12); }

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