Html Css Color HEX #FF8421 Pumpkin

📋 copy color: '#FF8421'

red 255 ◦ green 132 ◦ blue 33

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

Shades of Pumpkin #FF8421

Tints of Pumpkin #FF8421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 60.71%
G = 31.43%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8421 (or 0xFF8421) is known color: Pumpkin. HEX triplet: FF, 84 and 21. RGB value is (255,132,33). Sum of RGB (Red+Green+Blue) = 255+132+33=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8421 is #007BDE. Grayscale: #9E9E9E. Windows color (decimal): -31711 or 2196735. OLE color: 2196735.

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

Color convert

RGB 255 132 33 -
CMYK 0 0.48 0.87 0
HSL 26.76º 1% 0.56% -
HSV(B) 26.76º 0.87% 1% -
XYZ 49.77 37.87 6.13 -
YUV 157.49 57.75 197.55 -
System Red Green Blue C M Y K H S L
Decimal 255 132 33 0 0.48 0.87 0 26.76 1 0.56
Hex FF 84 21 0 30 57 0 1B 64 38
Octal 377 204 41 0 60 127 0 33 144 70
Binary 11111111 10000100 100001 0 110000 1010111 0 11011 1100100 111000

Color Harmonies of #FF8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8421

Black with #FF8421

Text Example


Text Example

White with #FF8421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8421; }

 p { color: rgb(255,132,33); }

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

background-color css

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

 a { background-color: rgb(255,132,33); }

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

border-color css

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

 span { border-color: rgb(255,132,33); }

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