Html Css Color HEX #F15B19 Persimmon

📋 copy color: '#F15B19'

red 241 ◦ green 91 ◦ blue 25

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

Shades of Persimmon #F15B19

Tints of Persimmon #F15B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

 BLUE value IS 25 (10.16% from 255) = 7%

R = 67.51%
G = 25.49%
B = 7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15B19 (or 0xF15B19) is known color: Persimmon. HEX triplet: F1, 5B and 19. RGB value is (241,91,25). Sum of RGB (Red+Green+Blue) = 241+91+25=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B19 is #0EA4E6. Grayscale: #808080. Windows color (decimal): -959719 or 1661937. OLE color: 1661937.

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

Color convert

RGB 241 91 25 -
CMYK 0 0.62 0.90 0.05
HSL 18.33º 0.89% 0.52% -
HSV(B) 18.33º 0.9% 0.95% -
XYZ 40.19 26.25 3.87 -
YUV 128.33 69.7 208.37 -
System Red Green Blue C M Y K H S L
Decimal 241 91 25 0 0.62 0.90 0.05 18.33 0.89 0.52
Hex F1 5B 19 0 3E 5A 5 12 59 34
Octal 361 133 31 0 76 132 5 22 131 64
Binary 11110001 1011011 11001 0 111110 1011010 101 10010 1011001 110100

Color Harmonies of #F15B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B19

Black with #F15B19

Text Example


Text Example

White with #F15B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B19; }

 p { color: rgb(241,91,25); }

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

background-color css

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

 a { background-color: rgb(241,91,25); }

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

border-color css

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

 span { border-color: rgb(241,91,25); }

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