Html Css Color HEX #F06720 Pumpkin

📋 copy color: '#F06720'

red 240 ◦ green 103 ◦ blue 32

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

Shades of Pumpkin #F06720

Tints of Pumpkin #F06720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 64%
G = 27.47%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06720 (or 0xF06720) is known color: Pumpkin. HEX triplet: F0, 67 and 20. RGB value is (240,103,32). Sum of RGB (Red+Green+Blue) = 240+103+32=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F06720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06720 is #0F98DF. Grayscale: #888888. Windows color (decimal): -1022176 or 2123760. OLE color: 2123760.

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

Color convert

RGB 240 103 32 -
CMYK 0 0.57 0.87 0.06
HSL 20.48º 0.87% 0.53% -
HSV(B) 20.48º 0.87% 0.94% -
XYZ 41.05 28.33 4.67 -
YUV 135.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 240 103 32 0 0.57 0.87 0.06 20.48 0.87 0.53
Hex F0 67 20 0 39 57 6 14 57 35
Octal 360 147 40 0 71 127 6 24 127 65
Binary 11110000 1100111 100000 0 111001 1010111 110 10100 1010111 110101

Color Harmonies of #F06720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06720

Black with #F06720

Text Example


Text Example

White with #F06720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06720; }

 p { color: rgb(240,103,32); }

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

background-color css

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

 a { background-color: rgb(240,103,32); }

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

border-color css

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

 span { border-color: rgb(240,103,32); }

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