Html Css Color HEX #F55F06 Persimmon

📋 copy color: '#F55F06'

red 245 ◦ green 95 ◦ blue 6

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

Shades of Persimmon #F55F06

Tints of Persimmon #F55F06

RGB

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

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

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

R = 70.81%
G = 27.46%
B = 1.73%

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

#F55F06 (or 0xF55F06) is known color: Persimmon. HEX triplet: F5, 5F and 06. RGB value is (245,95,6). Sum of RGB (Red+Green+Blue) = 245+95+6=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F06 is #0AA0F9. Grayscale: #828282. Windows color (decimal): -696570 or 417781. OLE color: 417781.

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

Color convert

RGB 245 95 6 -
CMYK 0 0.61 0.98 0.04
HSL 22.34º 0.95% 0.49% -
HSV(B) 22.34º 0.98% 0.96% -
XYZ 41.78 27.61 3.3 -
YUV 129.7 58.2 210.24 -
System Red Green Blue C M Y K H S L
Decimal 245 95 6 0 0.61 0.98 0.04 22.34 0.95 0.49
Hex F5 5F 6 0 3D 62 4 16 5F 31
Octal 365 137 6 0 75 142 4 26 137 61
Binary 11110101 1011111 110 0 111101 1100010 100 10110 1011111 110001

Color Harmonies of #F55F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F06

Black with #F55F06

Text Example


Text Example

White with #F55F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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