Html Css Color HEX #F67020 Pumpkin

📋 copy color: '#F67020'

red 246 ◦ green 112 ◦ blue 32

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

Shades of Pumpkin #F67020

Tints of Pumpkin #F67020

RGB

 RED value IS 246 (96.48% from 255) = 63.08%

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 63.08%
G = 28.72%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F67020 (or 0xF67020) is known color: Pumpkin. HEX triplet: F6, 70 and 20. RGB value is (246,112,32). Sum of RGB (Red+Green+Blue) = 246+112+32=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F67020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67020 is #098FDF. Grayscale: #8F8F8F. Windows color (decimal): -626656 or 2126070. OLE color: 2126070.

HSL color Cylindrical-coordinate representation of color #F67020: hue angle of 22.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F67020 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 112 32 -
CMYK 0 0.54 0.87 0.04
HSL 22.43º 0.92% 0.55% -
HSV(B) 22.43º 0.87% 0.96% -
XYZ 44.06 31.29 5.08 -
YUV 142.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 246 112 32 0 0.54 0.87 0.04 22.43 0.92 0.55
Hex F6 70 20 0 36 57 4 16 5C 37
Octal 366 160 40 0 66 127 4 26 134 67
Binary 11110110 1110000 100000 0 110110 1010111 100 10110 1011100 110111

Color Harmonies of #F67020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67020

Black with #F67020

Text Example


Text Example

White with #F67020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67020; }

 p { color: rgb(246,112,32); }

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

background-color css

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

 a { background-color: rgb(246,112,32); }

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

border-color css

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

 span { border-color: rgb(246,112,32); }

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