Html Css Color HEX #F15309 Persimmon

📋 copy color: '#F15309'

red 241 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #F15309

Tints of Persimmon #F15309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 72.37%
G = 24.92%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F15309 (or 0xF15309) is known color: Persimmon. HEX triplet: F1, 53 and 09. RGB value is (241,83,9). Sum of RGB (Red+Green+Blue) = 241+83+9=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F15309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15309 is #0EACF6. Grayscale: #7A7A7A. Windows color (decimal): -961783 or 611313. OLE color: 611313.

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

Color convert

RGB 241 83 9 -
CMYK 0 0.66 0.96 0.05
HSL 19.14º 0.93% 0.49% -
HSV(B) 19.14º 0.96% 0.95% -
XYZ 39.42 24.91 2.99 -
YUV 121.81 64.35 213.02 -
System Red Green Blue C M Y K H S L
Decimal 241 83 9 0 0.66 0.96 0.05 19.14 0.93 0.49
Hex F1 53 9 0 42 60 5 13 5D 31
Octal 361 123 11 0 102 140 5 23 135 61
Binary 11110001 1010011 1001 0 1000010 1100000 101 10011 1011101 110001

Color Harmonies of #F15309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15309

Black with #F15309

Text Example


Text Example

White with #F15309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15309; }

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

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

background-color css

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

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

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

border-color css

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

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

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