Html Css Color HEX #F07920 Pumpkin

📋 copy color: '#F07920'

red 240 ◦ green 121 ◦ blue 32

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

Shades of Pumpkin #F07920

Tints of Pumpkin #F07920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 61.07%
G = 30.79%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F07920 (or 0xF07920) is known color: Pumpkin. HEX triplet: F0, 79 and 20. RGB value is (240,121,32). Sum of RGB (Red+Green+Blue) = 240+121+32=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F07920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07920 is #0F86DF. Grayscale: #929292. Windows color (decimal): -1017568 or 2128368. OLE color: 2128368.

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

Color convert

RGB 240 121 32 -
CMYK 0 0.50 0.87 0.06
HSL 25.67º 0.87% 0.53% -
HSV(B) 25.67º 0.87% 0.94% -
XYZ 43.03 32.3 5.33 -
YUV 146.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 240 121 32 0 0.50 0.87 0.06 25.67 0.87 0.53
Hex F0 79 20 0 32 57 6 1A 57 35
Octal 360 171 40 0 62 127 6 32 127 65
Binary 11110000 1111001 100000 0 110010 1010111 110 11010 1010111 110101

Color Harmonies of #F07920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07920

Black with #F07920

Text Example


Text Example

White with #F07920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07920; }

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

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

background-color css

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

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

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

border-color css

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

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

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