Html Css Color HEX #FE6321 Pumpkin

📋 copy color: '#FE6321'

red 254 ◦ green 99 ◦ blue 33

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

Shades of Pumpkin #FE6321

Tints of Pumpkin #FE6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 65.8%
G = 25.65%
B = 8.55%

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

#FE6321 (or 0xFE6321) is known color: Pumpkin. HEX triplet: FE, 63 and 21. RGB value is (254,99,33). Sum of RGB (Red+Green+Blue) = 254+99+33=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6321 is #019CDE. Grayscale: #8A8A8A. Windows color (decimal): -105695 or 2188286. OLE color: 2188286.

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

Color convert

RGB 254 99 33 -
CMYK 0 0.61 0.87 0.00
HSL 17.92º 0.99% 0.56% -
HSV(B) 17.92º 0.87% 1% -
XYZ 45.61 30.1 4.85 -
YUV 137.82 68.85 210.87 -
System Red Green Blue C M Y K H S L
Decimal 254 99 33 0 0.61 0.87 0.00 17.92 0.99 0.56
Hex FE 63 21 0 3D 57 0 12 63 38
Octal 376 143 41 0 75 127 0 22 143 70
Binary 11111110 1100011 100001 0 111101 1010111 0 10010 1100011 111000

Color Harmonies of #FE6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6321

Black with #FE6321

Text Example


Text Example

White with #FE6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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