Html Css Color HEX #F15F0A Persimmon

📋 copy color: '#F15F0A'

red 241 ◦ green 95 ◦ blue 10

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

Shades of Persimmon #F15F0A

Tints of Persimmon #F15F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

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

R = 69.65%
G = 27.46%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F15F0A (or 0xF15F0A) is known color: Persimmon. HEX triplet: F1, 5F and 0A. RGB value is (241,95,10). Sum of RGB (Red+Green+Blue) = 241+95+10=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F0A is #0EA0F5. Grayscale: #818181. Windows color (decimal): -958710 or 679921. OLE color: 679921.

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

Color convert

RGB 241 95 10 -
CMYK 0 0.61 0.96 0.05
HSL 22.08º 0.92% 0.49% -
HSV(B) 22.08º 0.96% 0.95% -
XYZ 40.42 26.91 3.35 -
YUV 128.96 60.87 207.91 -
System Red Green Blue C M Y K H S L
Decimal 241 95 10 0 0.61 0.96 0.05 22.08 0.92 0.49
Hex F1 5F A 0 3D 60 5 16 5C 31
Octal 361 137 12 0 75 140 5 26 134 61
Binary 11110001 1011111 1010 0 111101 1100000 101 10110 1011100 110001

Color Harmonies of #F15F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F0A

Black with #F15F0A

Text Example


Text Example

White with #F15F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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