Html Css Color HEX #F07520 Pumpkin

📋 copy color: '#F07520'

red 240 ◦ green 117 ◦ blue 32

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

Shades of Pumpkin #F07520

Tints of Pumpkin #F07520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 61.7%
G = 30.08%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F07520 (or 0xF07520) is known color: Pumpkin. HEX triplet: F0, 75 and 20. RGB value is (240,117,32). Sum of RGB (Red+Green+Blue) = 240+117+32=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07520 is #0F8ADF. Grayscale: #909090. Windows color (decimal): -1018592 or 2127344. OLE color: 2127344.

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

Color convert

RGB 240 117 32 -
CMYK 0 0.51 0.87 0.06
HSL 24.52º 0.87% 0.53% -
HSV(B) 24.52º 0.87% 0.94% -
XYZ 42.56 31.35 5.18 -
YUV 144.09 64.75 196.41 -
System Red Green Blue C M Y K H S L
Decimal 240 117 32 0 0.51 0.87 0.06 24.52 0.87 0.53
Hex F0 75 20 0 33 57 6 19 57 35
Octal 360 165 40 0 63 127 6 31 127 65
Binary 11110000 1110101 100000 0 110011 1010111 110 11001 1010111 110101

Color Harmonies of #F07520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07520

Black with #F07520

Text Example


Text Example

White with #F07520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07520; }

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

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

background-color css

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

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

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

border-color css

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

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

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