Html Css Color HEX #F1510A Persimmon

📋 copy color: '#F1510A'

red 241 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #F1510A

Tints of Persimmon #F1510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 72.59%
G = 24.4%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1510A (or 0xF1510A) is known color: Persimmon. HEX triplet: F1, 51 and 0A. RGB value is (241,81,10). Sum of RGB (Red+Green+Blue) = 241+81+10=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F1510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1510A is #0EAEF5. Grayscale: #797979. Windows color (decimal): -962294 or 676337. OLE color: 676337.

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

Color convert

RGB 241 81 10 -
CMYK 0 0.66 0.96 0.05
HSL 18.44º 0.92% 0.49% -
HSV(B) 18.44º 0.96% 0.95% -
XYZ 39.27 24.61 2.97 -
YUV 120.75 65.51 213.77 -
System Red Green Blue C M Y K H S L
Decimal 241 81 10 0 0.66 0.96 0.05 18.44 0.92 0.49
Hex F1 51 A 0 42 60 5 12 5C 31
Octal 361 121 12 0 102 140 5 22 134 61
Binary 11110001 1010001 1010 0 1000010 1100000 101 10010 1011100 110001

Color Harmonies of #F1510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1510A

Black with #F1510A

Text Example


Text Example

White with #F1510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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