Html Css Color HEX #F15507 Persimmon

📋 copy color: '#F15507'

red 241 ◦ green 85 ◦ blue 7

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

Shades of Persimmon #F15507

Tints of Persimmon #F15507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 72.37%
G = 25.53%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F15507 (or 0xF15507) is known color: Persimmon. HEX triplet: F1, 55 and 07. RGB value is (241,85,7). Sum of RGB (Red+Green+Blue) = 241+85+7=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F15507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15507 is #0EAAF8. Grayscale: #7B7B7B. Windows color (decimal): -961273 or 480753. OLE color: 480753.

HSL color Cylindrical-coordinate representation of color #F15507: hue angle of 20º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F15507 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 7 -
CMYK 0 0.65 0.97 0.05
HSL 20º 0.94% 0.49% -
HSV(B) 20º 0.97% 0.95% -
XYZ 39.56 25.21 2.98 -
YUV 122.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 241 85 7 0 0.65 0.97 0.05 20 0.94 0.49
Hex F1 55 7 0 41 61 5 14 5E 31
Octal 361 125 7 0 101 141 5 24 136 61
Binary 11110001 1010101 111 0 1000001 1100001 101 10100 1011110 110001

Color Harmonies of #F15507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15507

Black with #F15507

Text Example


Text Example

White with #F15507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15507; }

 p { color: rgb(241,85,7); }

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

background-color css

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

 a { background-color: rgb(241,85,7); }

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

border-color css

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

 span { border-color: rgb(241,85,7); }

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