Html Css Color HEX #FE6221 Pumpkin

📋 copy color: '#FE6221'

red 254 ◦ green 98 ◦ blue 33

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

Shades of Pumpkin #FE6221

Tints of Pumpkin #FE6221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 65.97%
G = 25.45%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6221 (or 0xFE6221) is known color: Pumpkin. HEX triplet: FE, 62 and 21. RGB value is (254,98,33). Sum of RGB (Red+Green+Blue) = 254+98+33=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6221 is #019DDE. Grayscale: #898989. Windows color (decimal): -105951 or 2188030. OLE color: 2188030.

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

Color convert

RGB 254 98 33 -
CMYK 0 0.61 0.87 0.00
HSL 17.65º 0.99% 0.56% -
HSV(B) 17.65º 0.87% 1% -
XYZ 45.52 29.92 4.81 -
YUV 137.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 254 98 33 0 0.61 0.87 0.00 17.65 0.99 0.56
Hex FE 62 21 0 3D 57 0 12 63 38
Octal 376 142 41 0 75 127 0 22 143 70
Binary 11111110 1100010 100001 0 111101 1010111 0 10010 1100011 111000

Color Harmonies of #FE6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6221

Black with #FE6221

Text Example


Text Example

White with #FE6221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6221; }

 p { color: rgb(254,98,33); }

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

background-color css

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

 a { background-color: rgb(254,98,33); }

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

border-color css

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

 span { border-color: rgb(254,98,33); }

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