Html Css Color HEX #FF6120 Pumpkin

📋 copy color: '#FF6120'

red 255 ◦ green 97 ◦ blue 32

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

Shades of Pumpkin #FF6120

Tints of Pumpkin #FF6120

RGB

 RED value IS 255 (100% from 255) = 66.41%

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 66.41%
G = 25.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6120 (or 0xFF6120) is known color: Pumpkin. HEX triplet: FF, 61 and 20. RGB value is (255,97,32). Sum of RGB (Red+Green+Blue) = 255+97+32=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6120 is #009EDF. Grayscale: #898989. Windows color (decimal): -40672 or 2122239. OLE color: 2122239.

HSL color Cylindrical-coordinate representation of color #FF6120: hue angle of 17.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6120 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 32 -
CMYK 0 0.62 0.87 0
HSL 17.49º 1% 0.56% -
HSV(B) 17.49º 0.87% 1% -
XYZ 45.78 29.91 4.73 -
YUV 136.83 68.85 212.29 -
System Red Green Blue C M Y K H S L
Decimal 255 97 32 0 0.62 0.87 0 17.49 1 0.56
Hex FF 61 20 0 3E 57 0 11 64 38
Octal 377 141 40 0 76 127 0 21 144 70
Binary 11111111 1100001 100000 0 111110 1010111 0 10001 1100100 111000

Color Harmonies of #FF6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6120

Black with #FF6120

Text Example


Text Example

White with #FF6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6120; }

 p { color: rgb(255,97,32); }

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

background-color css

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

 a { background-color: rgb(255,97,32); }

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

border-color css

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

 span { border-color: rgb(255,97,32); }

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