Html Css Color HEX #F06320 Pumpkin

📋 copy color: '#F06320'

red 240 ◦ green 99 ◦ blue 32

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

Shades of Pumpkin #F06320

Tints of Pumpkin #F06320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 64.69%
G = 26.68%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06320 (or 0xF06320) is known color: Pumpkin. HEX triplet: F0, 63 and 20. RGB value is (240,99,32). Sum of RGB (Red+Green+Blue) = 240+99+32=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F06320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06320 is #0F9CDF. Grayscale: #858585. Windows color (decimal): -1023200 or 2122736. OLE color: 2122736.

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

Color convert

RGB 240 99 32 -
CMYK 0 0.59 0.87 0.06
HSL 19.33º 0.87% 0.53% -
HSV(B) 19.33º 0.87% 0.94% -
XYZ 40.66 27.55 4.54 -
YUV 133.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 240 99 32 0 0.59 0.87 0.06 19.33 0.87 0.53
Hex F0 63 20 0 3B 57 6 13 57 35
Octal 360 143 40 0 73 127 6 23 127 65
Binary 11110000 1100011 100000 0 111011 1010111 110 10011 1010111 110101

Color Harmonies of #F06320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06320

Black with #F06320

Text Example


Text Example

White with #F06320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06320; }

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

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

background-color css

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

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

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

border-color css

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

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

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