Html Css Color HEX #F68120 Pumpkin

📋 copy color: '#F68120'

red 246 ◦ green 129 ◦ blue 32

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

Shades of Pumpkin #F68120

Tints of Pumpkin #F68120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 60.44%
G = 31.7%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F68120 (or 0xF68120) is known color: Pumpkin. HEX triplet: F6, 81 and 20. RGB value is (246,129,32). Sum of RGB (Red+Green+Blue) = 246+129+32=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F68120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68120 is #097EDF. Grayscale: #999999. Windows color (decimal): -622304 or 2130422. OLE color: 2130422.

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

Color convert

RGB 246 129 32 -
CMYK 0 0.48 0.87 0.04
HSL 27.2º 0.92% 0.55% -
HSV(B) 27.2º 0.87% 0.96% -
XYZ 46.12 35.4 5.77 -
YUV 152.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 246 129 32 0 0.48 0.87 0.04 27.2 0.92 0.55
Hex F6 81 20 0 30 57 4 1B 5C 37
Octal 366 201 40 0 60 127 4 33 134 67
Binary 11110110 10000001 100000 0 110000 1010111 100 11011 1011100 110111

Color Harmonies of #F68120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68120

Black with #F68120

Text Example


Text Example

White with #F68120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68120; }

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

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

background-color css

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

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

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

border-color css

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

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

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