Html Css Color HEX #F55F05 Persimmon

📋 copy color: '#F55F05'

red 245 ◦ green 95 ◦ blue 5

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

Shades of Persimmon #F55F05

Tints of Persimmon #F55F05

RGB

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

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

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

R = 71.01%
G = 27.54%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55F05 (or 0xF55F05) is known color: Persimmon. HEX triplet: F5, 5F and 05. RGB value is (245,95,5). Sum of RGB (Red+Green+Blue) = 245+95+5=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F05 is #0AA0FA. Grayscale: #828282. Windows color (decimal): -696571 or 352245. OLE color: 352245.

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

Color convert

RGB 245 95 5 -
CMYK 0 0.61 0.98 0.04
HSL 22.5º 0.96% 0.49% -
HSV(B) 22.5º 0.98% 0.96% -
XYZ 41.78 27.61 3.27 -
YUV 129.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 245 95 5 0 0.61 0.98 0.04 22.5 0.96 0.49
Hex F5 5F 5 0 3D 62 4 16 60 31
Octal 365 137 5 0 75 142 4 26 140 61
Binary 11110101 1011111 101 0 111101 1100010 100 10110 1100000 110001

Color Harmonies of #F55F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F05

Black with #F55F05

Text Example


Text Example

White with #F55F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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