Html Css Color HEX #F55706 Persimmon

📋 copy color: '#F55706'

red 245 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #F55706

Tints of Persimmon #F55706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 72.49%
G = 25.74%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55706 (or 0xF55706) is known color: Persimmon. HEX triplet: F5, 57 and 06. RGB value is (245,87,6). Sum of RGB (Red+Green+Blue) = 245+87+6=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F55706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55706 is #0AA8F9. Grayscale: #7D7D7D. Windows color (decimal): -698618 or 415733. OLE color: 415733.

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

Color convert

RGB 245 87 6 -
CMYK 0 0.64 0.98 0.04
HSL 20.33º 0.95% 0.49% -
HSV(B) 20.33º 0.98% 0.96% -
XYZ 41.1 26.24 3.07 -
YUV 125.01 60.85 213.59 -
System Red Green Blue C M Y K H S L
Decimal 245 87 6 0 0.64 0.98 0.04 20.33 0.95 0.49
Hex F5 57 6 0 40 62 4 14 5F 31
Octal 365 127 6 0 100 142 4 24 137 61
Binary 11110101 1010111 110 0 1000000 1100010 100 10100 1011111 110001

Color Harmonies of #F55706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55706

Black with #F55706

Text Example


Text Example

White with #F55706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55706; }

 p { color: rgb(245,87,6); }

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

background-color css

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

 a { background-color: rgb(245,87,6); }

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

border-color css

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

 span { border-color: rgb(245,87,6); }

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