Html Css Color HEX #F05500 Persimmon

📋 copy color: '#F05500'

red 240 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #F05500

Tints of Persimmon #F05500

RGB

 RED value IS 240 (94.14% from 255) = 73.85%

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 73.85%
G = 26.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05500 (or 0xF05500) is known color: Persimmon. HEX triplet: F0, 55 and 00. RGB value is (240,85,0). Sum of RGB (Red+Green+Blue) = 240+85+0=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F05500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05500 is #0FAAFF. Grayscale: #7A7A7A. Windows color (decimal): -1026816 or 22000. OLE color: 22000.

HSL color Cylindrical-coordinate representation of color #F05500: hue angle of 21.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 0 -
CMYK 0 0.65 1 0.06
HSL 21.25º 1% 0.47% -
HSV(B) 21.25º 1% 0.94% -
XYZ 39.18 25.02 2.76 -
YUV 121.66 59.35 212.41 -
System Red Green Blue C M Y K H S L
Decimal 240 85 0 0 0.65 1 0.06 21.25 1 0.47
Hex F0 55 0 0 41 64 6 15 64 2F
Octal 360 125 0 0 101 144 6 25 144 57
Binary 11110000 1010101 0 0 1000001 1100100 110 10101 1100100 101111

Color Harmonies of #F05500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05500

Black with #F05500

Text Example


Text Example

White with #F05500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05500; }

 p { color: rgb(240,85,0); }

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

background-color css

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

 a { background-color: rgb(240,85,0); }

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

border-color css

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

 span { border-color: rgb(240,85,0); }

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