Html Css Color HEX #F15609 Persimmon

📋 copy color: '#F15609'

red 241 ◦ green 86 ◦ blue 9

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

Shades of Persimmon #F15609

Tints of Persimmon #F15609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 71.73%
G = 25.6%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F15609 (or 0xF15609) is known color: Persimmon. HEX triplet: F1, 56 and 09. RGB value is (241,86,9). Sum of RGB (Red+Green+Blue) = 241+86+9=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F15609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15609 is #0EA9F6. Grayscale: #7C7C7C. Windows color (decimal): -961015 or 612081. OLE color: 612081.

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

Color convert

RGB 241 86 9 -
CMYK 0 0.64 0.96 0.05
HSL 19.91º 0.93% 0.49% -
HSV(B) 19.91º 0.96% 0.95% -
XYZ 39.65 25.38 3.07 -
YUV 123.57 63.35 211.76 -
System Red Green Blue C M Y K H S L
Decimal 241 86 9 0 0.64 0.96 0.05 19.91 0.93 0.49
Hex F1 56 9 0 40 60 5 14 5D 31
Octal 361 126 11 0 100 140 5 24 135 61
Binary 11110001 1010110 1001 0 1000000 1100000 101 10100 1011101 110001

Color Harmonies of #F15609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15609

Black with #F15609

Text Example


Text Example

White with #F15609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15609; }

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

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

background-color css

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

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

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

border-color css

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

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

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