Html Css Color HEX #F05600 Persimmon

📋 copy color: '#F05600'

red 240 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #F05600

Tints of Persimmon #F05600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 73.62%
G = 26.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05600 (or 0xF05600) is known color: Persimmon. HEX triplet: F0, 56 and 00. RGB value is (240,86,0). Sum of RGB (Red+Green+Blue) = 240+86+0=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F05600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05600 is #0FA9FF. Grayscale: #7A7A7A. Windows color (decimal): -1026560 or 22256. OLE color: 22256.

HSL color Cylindrical-coordinate representation of color #F05600: hue angle of 21.5º 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 #F05600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 0 -
CMYK 0 0.64 1 0.06
HSL 21.5º 1% 0.47% -
HSV(B) 21.5º 1% 0.94% -
XYZ 39.26 25.18 2.79 -
YUV 122.24 59.02 211.99 -
System Red Green Blue C M Y K H S L
Decimal 240 86 0 0 0.64 1 0.06 21.5 1 0.47
Hex F0 56 0 0 40 64 6 16 64 2F
Octal 360 126 0 0 100 144 6 26 144 57
Binary 11110000 1010110 0 0 1000000 1100100 110 10110 1100100 101111

Color Harmonies of #F05600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05600

Black with #F05600

Text Example


Text Example

White with #F05600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05600; }

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

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

background-color css

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

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

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

border-color css

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

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

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