Html Css Color HEX #FE6120 Pumpkin

📋 copy color: '#FE6120'

red 254 ◦ green 97 ◦ blue 32

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

Shades of Pumpkin #FE6120

Tints of Pumpkin #FE6120

RGB

 RED value IS 254 (99.61% from 255) = 66.32%

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

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

R = 66.32%
G = 25.33%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6120 (or 0xFE6120) is known color: Pumpkin. HEX triplet: FE, 61 and 20. RGB value is (254,97,32). Sum of RGB (Red+Green+Blue) = 254+97+32=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6120 is #019EDF. Grayscale: #888888. Windows color (decimal): -106208 or 2122238. OLE color: 2122238.

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

Color convert

RGB 254 97 32 -
CMYK 0 0.62 0.87 0.00
HSL 17.57º 0.99% 0.56% -
HSV(B) 17.57º 0.87% 1% -
XYZ 45.41 29.72 4.71 -
YUV 136.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 254 97 32 0 0.62 0.87 0.00 17.57 0.99 0.56
Hex FE 61 20 0 3E 57 0 12 63 38
Octal 376 141 40 0 76 127 0 22 143 70
Binary 11111110 1100001 100000 0 111110 1010111 0 10010 1100011 111000

Color Harmonies of #FE6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6120

Black with #FE6120

Text Example


Text Example

White with #FE6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6120; }

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

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

background-color css

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

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

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

border-color css

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

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

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