Html Css Color HEX #F15505 Persimmon

📋 copy color: '#F15505'

red 241 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #F15505

Tints of Persimmon #F15505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 72.81%
G = 25.68%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15505 (or 0xF15505) is known color: Persimmon. HEX triplet: F1, 55 and 05. RGB value is (241,85,5). Sum of RGB (Red+Green+Blue) = 241+85+5=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15505 is #0EAAFA. Grayscale: #7A7A7A. Windows color (decimal): -961275 or 349681. OLE color: 349681.

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

Color convert

RGB 241 85 5 -
CMYK 0 0.65 0.98 0.05
HSL 20.34º 0.96% 0.48% -
HSV(B) 20.34º 0.98% 0.95% -
XYZ 39.55 25.21 2.92 -
YUV 122.52 61.68 212.5 -
System Red Green Blue C M Y K H S L
Decimal 241 85 5 0 0.65 0.98 0.05 20.34 0.96 0.48
Hex F1 55 5 0 41 62 5 14 60 30
Octal 361 125 5 0 101 142 5 24 140 60
Binary 11110001 1010101 101 0 1000001 1100010 101 10100 1100000 110000

Color Harmonies of #F15505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15505

Black with #F15505

Text Example


Text Example

White with #F15505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15505; }

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

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

background-color css

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

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

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

border-color css

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

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

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