Html Css Color HEX #F15409 Persimmon

📋 copy color: '#F15409'

red 241 ◦ green 84 ◦ blue 9

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

Shades of Persimmon #F15409

Tints of Persimmon #F15409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 72.16%
G = 25.15%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F15409 (or 0xF15409) is known color: Persimmon. HEX triplet: F1, 54 and 09. RGB value is (241,84,9). Sum of RGB (Red+Green+Blue) = 241+84+9=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15409 is #0EABF6. Grayscale: #7A7A7A. Windows color (decimal): -961527 or 611569. OLE color: 611569.

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

Color convert

RGB 241 84 9 -
CMYK 0 0.65 0.96 0.05
HSL 19.4º 0.93% 0.49% -
HSV(B) 19.4º 0.96% 0.95% -
XYZ 39.5 25.06 3.01 -
YUV 122.39 64.01 212.6 -
System Red Green Blue C M Y K H S L
Decimal 241 84 9 0 0.65 0.96 0.05 19.4 0.93 0.49
Hex F1 54 9 0 41 60 5 13 5D 31
Octal 361 124 11 0 101 140 5 23 135 61
Binary 11110001 1010100 1001 0 1000001 1100000 101 10011 1011101 110001

Color Harmonies of #F15409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15409

Black with #F15409

Text Example


Text Example

White with #F15409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15409; }

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

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

background-color css

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

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

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

border-color css

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

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

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