Html Css Color HEX #F06200 Persimmon

📋 copy color: '#F06200'

red 240 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #F06200

Tints of Persimmon #F06200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 71.01%
G = 28.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06200 (or 0xF06200) is known color: Persimmon. HEX triplet: F0, 62 and 00. RGB value is (240,98,0). Sum of RGB (Red+Green+Blue) = 240+98+0=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F06200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06200 is #0F9DFF. Grayscale: #818181. Windows color (decimal): -1023488 or 25328. OLE color: 25328.

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

Color convert

RGB 240 98 0 -
CMYK 0 0.59 1 0.06
HSL 24.5º 1% 0.47% -
HSV(B) 24.5º 1% 0.94% -
XYZ 40.3 27.26 3.14 -
YUV 129.29 55.04 206.97 -
System Red Green Blue C M Y K H S L
Decimal 240 98 0 0 0.59 1 0.06 24.5 1 0.47
Hex F0 62 0 0 3B 64 6 18 64 2F
Octal 360 142 0 0 73 144 6 30 144 57
Binary 11110000 1100010 0 0 111011 1100100 110 11000 1100100 101111

Color Harmonies of #F06200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06200

Black with #F06200

Text Example


Text Example

White with #F06200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06200; }

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

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

background-color css

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

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

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

border-color css

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

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

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