Html Css Color HEX #F1500A Persimmon

📋 copy color: '#F1500A'

red 241 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #F1500A

Tints of Persimmon #F1500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 72.81%
G = 24.17%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1500A (or 0xF1500A) is known color: Persimmon. HEX triplet: F1, 50 and 0A. RGB value is (241,80,10). Sum of RGB (Red+Green+Blue) = 241+80+10=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F1500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1500A is #0EAFF5. Grayscale: #787878. Windows color (decimal): -962550 or 676081. OLE color: 676081.

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

Color convert

RGB 241 80 10 -
CMYK 0 0.67 0.96 0.05
HSL 18.18º 0.92% 0.49% -
HSV(B) 18.18º 0.96% 0.95% -
XYZ 39.2 24.46 2.94 -
YUV 120.16 65.84 214.19 -
System Red Green Blue C M Y K H S L
Decimal 241 80 10 0 0.67 0.96 0.05 18.18 0.92 0.49
Hex F1 50 A 0 43 60 5 12 5C 31
Octal 361 120 12 0 103 140 5 22 134 61
Binary 11110001 1010000 1010 0 1000011 1100000 101 10010 1011100 110001

Color Harmonies of #F1500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1500A

Black with #F1500A

Text Example


Text Example

White with #F1500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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