Html Css Color HEX #F07D20 Pumpkin

📋 copy color: '#F07D20'

red 240 ◦ green 125 ◦ blue 32

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

Shades of Pumpkin #F07D20

Tints of Pumpkin #F07D20

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 60.45%
G = 31.49%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F07D20 (or 0xF07D20) is known color: Pumpkin. HEX triplet: F0, 7D and 20. RGB value is (240,125,32). Sum of RGB (Red+Green+Blue) = 240+125+32=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D20 is #0F82DF. Grayscale: #959595. Windows color (decimal): -1016544 or 2129392. OLE color: 2129392.

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

Color convert

RGB 240 125 32 -
CMYK 0 0.48 0.87 0.06
HSL 26.83º 0.87% 0.53% -
HSV(B) 26.83º 0.87% 0.94% -
XYZ 43.53 33.3 5.5 -
YUV 148.78 62.1 193.06 -
System Red Green Blue C M Y K H S L
Decimal 240 125 32 0 0.48 0.87 0.06 26.83 0.87 0.53
Hex F0 7D 20 0 30 57 6 1B 57 35
Octal 360 175 40 0 60 127 6 33 127 65
Binary 11110000 1111101 100000 0 110000 1010111 110 11011 1010111 110101

Color Harmonies of #F07D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D20

Black with #F07D20

Text Example


Text Example

White with #F07D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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