Html Css Color HEX #F15306 Persimmon

📋 copy color: '#F15306'

red 241 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #F15306

Tints of Persimmon #F15306

RGB

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

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

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

R = 73.03%
G = 25.15%
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

#F15306 (or 0xF15306) is known color: Persimmon. HEX triplet: F1, 53 and 06. RGB value is (241,83,6). Sum of RGB (Red+Green+Blue) = 241+83+6=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F15306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15306 is #0EACF9. Grayscale: #797979. Windows color (decimal): -961786 or 414705. OLE color: 414705.

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

Color convert

RGB 241 83 6 -
CMYK 0 0.66 0.98 0.05
HSL 19.66º 0.95% 0.48% -
HSV(B) 19.66º 0.98% 0.95% -
XYZ 39.4 24.9 2.9 -
YUV 121.46 62.85 213.26 -
System Red Green Blue C M Y K H S L
Decimal 241 83 6 0 0.66 0.98 0.05 19.66 0.95 0.48
Hex F1 53 6 0 42 62 5 14 5F 30
Octal 361 123 6 0 102 142 5 24 137 60
Binary 11110001 1010011 110 0 1000010 1100010 101 10100 1011111 110000

Color Harmonies of #F15306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15306

Black with #F15306

Text Example


Text Example

White with #F15306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15306; }

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

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

background-color css

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

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

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

border-color css

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

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

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