Html Css Color HEX #F05200 Persimmon

📋 copy color: '#F05200'

red 240 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #F05200

Tints of Persimmon #F05200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 74.53%
G = 25.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05200 (or 0xF05200) is known color: Persimmon. HEX triplet: F0, 52 and 00. RGB value is (240,82,0). Sum of RGB (Red+Green+Blue) = 240+82+0=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F05200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05200 is #0FADFF. Grayscale: #787878. Windows color (decimal): -1027584 or 21232. OLE color: 21232.

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

Color convert

RGB 240 82 0 -
CMYK 0 0.66 1 0.06
HSL 20.5º 1% 0.47% -
HSV(B) 20.5º 1% 0.94% -
XYZ 38.95 24.56 2.69 -
YUV 119.89 60.35 213.67 -
System Red Green Blue C M Y K H S L
Decimal 240 82 0 0 0.66 1 0.06 20.5 1 0.47
Hex F0 52 0 0 42 64 6 14 64 2F
Octal 360 122 0 0 102 144 6 24 144 57
Binary 11110000 1010010 0 0 1000010 1100100 110 10100 1100100 101111

Color Harmonies of #F05200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05200

Black with #F05200

Text Example


Text Example

White with #F05200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05200; }

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

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

background-color css

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

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

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

border-color css

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

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

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