Html Css Color HEX #FF8121 Pumpkin

📋 copy color: '#FF8121'

red 255 ◦ green 129 ◦ blue 33

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

Shades of Pumpkin #FF8121

Tints of Pumpkin #FF8121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 61.15%
G = 30.94%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8121 (or 0xFF8121) is known color: Pumpkin. HEX triplet: FF, 81 and 21. RGB value is (255,129,33). Sum of RGB (Red+Green+Blue) = 255+129+33=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8121 is #007EDE. Grayscale: #9C9C9C. Windows color (decimal): -32479 or 2195967. OLE color: 2195967.

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

Color convert

RGB 255 129 33 -
CMYK 0 0.49 0.87 0
HSL 25.95º 1% 0.56% -
HSV(B) 25.95º 0.87% 1% -
XYZ 49.36 37.07 5.99 -
YUV 155.73 58.74 198.81 -
System Red Green Blue C M Y K H S L
Decimal 255 129 33 0 0.49 0.87 0 25.95 1 0.56
Hex FF 81 21 0 31 57 0 1A 64 38
Octal 377 201 41 0 61 127 0 32 144 70
Binary 11111111 10000001 100001 0 110001 1010111 0 11010 1100100 111000

Color Harmonies of #FF8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8121

Black with #FF8121

Text Example


Text Example

White with #FF8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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