Html Css Color HEX #F15D1A Persimmon

📋 copy color: '#F15D1A'

red 241 ◦ green 93 ◦ blue 26

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

Shades of Persimmon #F15D1A

Tints of Persimmon #F15D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 66.94%
G = 25.83%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F15D1A (or 0xF15D1A) is known color: Persimmon. HEX triplet: F1, 5D and 1A. RGB value is (241,93,26). Sum of RGB (Red+Green+Blue) = 241+93+26=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D1A is #0EA2E5. Grayscale: #828282. Windows color (decimal): -959206 or 1727985. OLE color: 1727985.

HSL color Cylindrical-coordinate representation of color #F15D1A: hue angle of 18.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F15D1A is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 93 26 -
CMYK 0 0.61 0.89 0.05
HSL 18.7º 0.88% 0.52% -
HSV(B) 18.7º 0.89% 0.95% -
XYZ 40.38 26.6 3.98 -
YUV 129.61 69.53 207.45 -
System Red Green Blue C M Y K H S L
Decimal 241 93 26 0 0.61 0.89 0.05 18.7 0.88 0.52
Hex F1 5D 1A 0 3D 59 5 13 58 34
Octal 361 135 32 0 75 131 5 23 130 64
Binary 11110001 1011101 11010 0 111101 1011001 101 10011 1011000 110100

Color Harmonies of #F15D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D1A

Black with #F15D1A

Text Example


Text Example

White with #F15D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D1A; }

 p { color: rgb(241,93,26); }

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

background-color css

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

 a { background-color: rgb(241,93,26); }

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

border-color css

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

 span { border-color: rgb(241,93,26); }

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