Html Css Color HEX #F55700 Persimmon

📋 copy color: '#F55700'

red 245 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #F55700

Tints of Persimmon #F55700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.8%
G = 26.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F55700 (or 0xF55700) is known color: Persimmon. HEX triplet: F5, 57 and 00. RGB value is (245,87,0). Sum of RGB (Red+Green+Blue) = 245+87+0=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F55700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55700 is #0AA8FF. Grayscale: #7C7C7C. Windows color (decimal): -698624 or 22517. OLE color: 22517.

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

Color convert

RGB 245 87 0 -
CMYK 0 0.64 1 0.04
HSL 21.31º 1% 0.48% -
HSV(B) 21.31º 1% 0.96% -
XYZ 41.06 26.23 2.9 -
YUV 124.32 57.85 214.07 -
System Red Green Blue C M Y K H S L
Decimal 245 87 0 0 0.64 1 0.04 21.31 1 0.48
Hex F5 57 0 0 40 64 4 15 64 30
Octal 365 127 0 0 100 144 4 25 144 60
Binary 11110101 1010111 0 0 1000000 1100100 100 10101 1100100 110000

Color Harmonies of #F55700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55700

Black with #F55700

Text Example


Text Example

White with #F55700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55700; }

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

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

background-color css

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

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

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

border-color css

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

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

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