Html Css Color HEX #F55907 Persimmon

📋 copy color: '#F55907'

red 245 ◦ green 89 ◦ blue 7

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

Shades of Persimmon #F55907

Tints of Persimmon #F55907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 71.85%
G = 26.1%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55907 (or 0xF55907) is known color: Persimmon. HEX triplet: F5, 59 and 07. RGB value is (245,89,7). Sum of RGB (Red+Green+Blue) = 245+89+7=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F55907 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55907 is #0AA6F8. Grayscale: #7E7E7E. Windows color (decimal): -698105 or 481781. OLE color: 481781.

HSL color Cylindrical-coordinate representation of color #F55907: hue angle of 20.67º 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 #F55907 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 89 7 -
CMYK 0 0.64 0.97 0.04
HSL 20.67º 0.94% 0.49% -
HSV(B) 20.67º 0.97% 0.96% -
XYZ 41.27 26.57 3.16 -
YUV 126.3 60.68 212.67 -
System Red Green Blue C M Y K H S L
Decimal 245 89 7 0 0.64 0.97 0.04 20.67 0.94 0.49
Hex F5 59 7 0 40 61 4 15 5E 31
Octal 365 131 7 0 100 141 4 25 136 61
Binary 11110101 1011001 111 0 1000000 1100001 100 10101 1011110 110001

Color Harmonies of #F55907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55907

Black with #F55907

Text Example


Text Example

White with #F55907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55907; }

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

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

background-color css

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

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

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

border-color css

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

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

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