Html Css Color HEX #F15600 Persimmon

📋 copy color: '#F15600'

red 241 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #F15600

Tints of Persimmon #F15600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.7%
G = 26.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F15600 (or 0xF15600) is known color: Persimmon. HEX triplet: F1, 56 and 00. RGB value is (241,86,0). Sum of RGB (Red+Green+Blue) = 241+86+0=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F15600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15600 is #0EA9FF. Grayscale: #7B7B7B. Windows color (decimal): -961024 or 22257. OLE color: 22257.

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

Color convert

RGB 241 86 0 -
CMYK 0 0.64 1 0.05
HSL 21.41º 1% 0.47% -
HSV(B) 21.41º 1% 0.95% -
XYZ 39.6 25.36 2.81 -
YUV 122.54 58.85 212.49 -
System Red Green Blue C M Y K H S L
Decimal 241 86 0 0 0.64 1 0.05 21.41 1 0.47
Hex F1 56 0 0 40 64 5 15 64 2F
Octal 361 126 0 0 100 144 5 25 144 57
Binary 11110001 1010110 0 0 1000000 1100100 101 10101 1100100 101111

Color Harmonies of #F15600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15600

Black with #F15600

Text Example


Text Example

White with #F15600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15600; }

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

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

background-color css

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

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

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

border-color css

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

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

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