Html Css Color HEX #FF811E Pumpkin

📋 copy color: '#FF811E'

red 255 ◦ green 129 ◦ blue 30

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

Shades of Pumpkin #FF811E

Tints of Pumpkin #FF811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 61.59%
G = 31.16%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF811E (or 0xFF811E) is known color: Pumpkin. HEX triplet: FF, 81 and 1E. RGB value is (255,129,30). Sum of RGB (Red+Green+Blue) = 255+129+30=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF811E is #007EE1. Grayscale: #9B9B9B. Windows color (decimal): -32482 or 1999359. OLE color: 1999359.

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

Color convert

RGB 255 129 30 -
CMYK 0 0.49 0.88 0
HSL 26.4º 1% 0.56% -
HSV(B) 26.4º 0.88% 1% -
XYZ 49.32 37.05 5.78 -
YUV 155.39 57.24 199.05 -
System Red Green Blue C M Y K H S L
Decimal 255 129 30 0 0.49 0.88 0 26.4 1 0.56
Hex FF 81 1E 0 31 58 0 1A 64 38
Octal 377 201 36 0 61 130 0 32 144 70
Binary 11111111 10000001 11110 0 110001 1011000 0 11010 1100100 111000

Color Harmonies of #FF811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF811E

Black with #FF811E

Text Example


Text Example

White with #FF811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF811E; }

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

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

background-color css

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

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

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

border-color css

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

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

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