Html Css Color HEX #F15206 Persimmon

📋 copy color: '#F15206'

red 241 ◦ green 82 ◦ blue 6

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

Shades of Persimmon #F15206

Tints of Persimmon #F15206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 73.25%
G = 24.92%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15206 (or 0xF15206) is known color: Persimmon. HEX triplet: F1, 52 and 06. RGB value is (241,82,6). Sum of RGB (Red+Green+Blue) = 241+82+6=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F15206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15206 is #0EADF9. Grayscale: #797979. Windows color (decimal): -962042 or 414449. OLE color: 414449.

HSL color Cylindrical-coordinate representation of color #F15206: hue angle of 19.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F15206 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 6 -
CMYK 0 0.66 0.98 0.05
HSL 19.4º 0.95% 0.48% -
HSV(B) 19.4º 0.98% 0.95% -
XYZ 39.33 24.75 2.88 -
YUV 120.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 241 82 6 0 0.66 0.98 0.05 19.4 0.95 0.48
Hex F1 52 6 0 42 62 5 13 5F 30
Octal 361 122 6 0 102 142 5 23 137 60
Binary 11110001 1010010 110 0 1000010 1100010 101 10011 1011111 110000

Color Harmonies of #F15206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15206

Black with #F15206

Text Example


Text Example

White with #F15206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15206; }

 p { color: rgb(241,82,6); }

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

background-color css

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

 a { background-color: rgb(241,82,6); }

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

border-color css

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

 span { border-color: rgb(241,82,6); }

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