Html Css Color HEX #F15419 Persimmon

📋 copy color: '#F15419'

red 241 ◦ green 84 ◦ blue 25

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

Shades of Persimmon #F15419

Tints of Persimmon #F15419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 68.86%
G = 24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15419 (or 0xF15419) is known color: Persimmon. HEX triplet: F1, 54 and 19. RGB value is (241,84,25). Sum of RGB (Red+Green+Blue) = 241+84+25=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F15419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15419 is #0EABE6. Grayscale: #7C7C7C. Windows color (decimal): -961511 or 1660145. OLE color: 1660145.

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

Color convert

RGB 241 84 25 -
CMYK 0 0.65 0.90 0.05
HSL 16.39º 0.89% 0.52% -
HSV(B) 16.39º 0.9% 0.95% -
XYZ 39.62 25.11 3.68 -
YUV 124.22 72.01 211.3 -
System Red Green Blue C M Y K H S L
Decimal 241 84 25 0 0.65 0.90 0.05 16.39 0.89 0.52
Hex F1 54 19 0 41 5A 5 10 59 34
Octal 361 124 31 0 101 132 5 20 131 64
Binary 11110001 1010100 11001 0 1000001 1011010 101 10000 1011001 110100

Color Harmonies of #F15419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15419

Black with #F15419

Text Example


Text Example

White with #F15419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15419; }

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

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

background-color css

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

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

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

border-color css

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

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

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