Html Css Color HEX #F07820 Pumpkin

📋 copy color: '#F07820'

red 240 ◦ green 120 ◦ blue 32

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

Shades of Pumpkin #F07820

Tints of Pumpkin #F07820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 61.22%
G = 30.61%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F07820 (or 0xF07820) is known color: Pumpkin. HEX triplet: F0, 78 and 20. RGB value is (240,120,32). Sum of RGB (Red+Green+Blue) = 240+120+32=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F07820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07820 is #0F87DF. Grayscale: #929292. Windows color (decimal): -1017824 or 2128112. OLE color: 2128112.

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

Color convert

RGB 240 120 32 -
CMYK 0 0.5 0.87 0.06
HSL 25.38º 0.87% 0.53% -
HSV(B) 25.38º 0.87% 0.94% -
XYZ 42.91 32.06 5.29 -
YUV 145.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 240 120 32 0 0.5 0.87 0.06 25.38 0.87 0.53
Hex F0 78 20 0 32 57 6 19 57 35
Octal 360 170 40 0 62 127 6 31 127 65
Binary 11110000 1111000 100000 0 110010 1010111 110 11001 1010111 110101

Color Harmonies of #F07820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07820

Black with #F07820

Text Example


Text Example

White with #F07820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07820; }

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

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

background-color css

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

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

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

border-color css

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

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

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