Html Css Color HEX #F55507 Persimmon

📋 copy color: '#F55507'

red 245 ◦ green 85 ◦ blue 7

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

Shades of Persimmon #F55507

Tints of Persimmon #F55507

RGB

 RED value IS 245 (96.09% from 255) = 72.7%

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

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

R = 72.7%
G = 25.22%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55507 (or 0xF55507) is known color: Persimmon. HEX triplet: F5, 55 and 07. RGB value is (245,85,7). Sum of RGB (Red+Green+Blue) = 245+85+7=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F55507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55507 is #0AAAF8. Grayscale: #7C7C7C. Windows color (decimal): -699129 or 480757. OLE color: 480757.

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

Color convert

RGB 245 85 7 -
CMYK 0 0.65 0.97 0.04
HSL 19.66º 0.94% 0.49% -
HSV(B) 19.66º 0.97% 0.96% -
XYZ 40.94 25.92 3.05 -
YUV 123.95 62.01 214.34 -
System Red Green Blue C M Y K H S L
Decimal 245 85 7 0 0.65 0.97 0.04 19.66 0.94 0.49
Hex F5 55 7 0 41 61 4 14 5E 31
Octal 365 125 7 0 101 141 4 24 136 61
Binary 11110101 1010101 111 0 1000001 1100001 100 10100 1011110 110001

Color Harmonies of #F55507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55507

Black with #F55507

Text Example


Text Example

White with #F55507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55507; }

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

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

background-color css

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

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

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

border-color css

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

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

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