Html Css Color HEX #F55F07 Persimmon

📋 copy color: '#F55F07'

red 245 ◦ green 95 ◦ blue 7

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

Shades of Persimmon #F55F07

Tints of Persimmon #F55F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 70.61%
G = 27.38%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55F07 (or 0xF55F07) is known color: Persimmon. HEX triplet: F5, 5F and 07. RGB value is (245,95,7). Sum of RGB (Red+Green+Blue) = 245+95+7=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F07 is #0AA0F8. Grayscale: #828282. Windows color (decimal): -696569 or 483317. OLE color: 483317.

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

Color convert

RGB 245 95 7 -
CMYK 0 0.61 0.97 0.04
HSL 22.18º 0.94% 0.49% -
HSV(B) 22.18º 0.97% 0.96% -
XYZ 41.79 27.61 3.33 -
YUV 129.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 245 95 7 0 0.61 0.97 0.04 22.18 0.94 0.49
Hex F5 5F 7 0 3D 61 4 16 5E 31
Octal 365 137 7 0 75 141 4 26 136 61
Binary 11110101 1011111 111 0 111101 1100001 100 10110 1011110 110001

Color Harmonies of #F55F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F07

Black with #F55F07

Text Example


Text Example

White with #F55F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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