Html Css Color HEX #F15E0A Persimmon

📋 copy color: '#F15E0A'

red 241 ◦ green 94 ◦ blue 10

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

Shades of Persimmon #F15E0A

Tints of Persimmon #F15E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 69.86%
G = 27.25%
B = 2.9%

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

#F15E0A (or 0xF15E0A) is known color: Persimmon. HEX triplet: F1, 5E and 0A. RGB value is (241,94,10). Sum of RGB (Red+Green+Blue) = 241+94+10=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15E0A is #0EA1F5. Grayscale: #808080. Windows color (decimal): -958966 or 679665. OLE color: 679665.

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

Color convert

RGB 241 94 10 -
CMYK 0 0.61 0.96 0.05
HSL 21.82º 0.92% 0.49% -
HSV(B) 21.82º 0.96% 0.95% -
XYZ 40.33 26.73 3.32 -
YUV 128.38 61.2 208.33 -
System Red Green Blue C M Y K H S L
Decimal 241 94 10 0 0.61 0.96 0.05 21.82 0.92 0.49
Hex F1 5E A 0 3D 60 5 16 5C 31
Octal 361 136 12 0 75 140 5 26 134 61
Binary 11110001 1011110 1010 0 111101 1100000 101 10110 1011100 110001

Color Harmonies of #F15E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E0A

Black with #F15E0A

Text Example


Text Example

White with #F15E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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