Html Css Color HEX #FF811A Pumpkin

📋 copy color: '#FF811A'

red 255 ◦ green 129 ◦ blue 26

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

Shades of Pumpkin #FF811A

Tints of Pumpkin #FF811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 62.2%
G = 31.46%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF811A (or 0xFF811A) is known color: Pumpkin. HEX triplet: FF, 81 and 1A. RGB value is (255,129,26). Sum of RGB (Red+Green+Blue) = 255+129+26=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF811A is #007EE5. Grayscale: #9B9B9B. Windows color (decimal): -32486 or 1737215. OLE color: 1737215.

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

Color convert

RGB 255 129 26 -
CMYK 0 0.49 0.90 0
HSL 26.99º 1% 0.55% -
HSV(B) 26.99º 0.9% 1% -
XYZ 49.28 37.04 5.53 -
YUV 154.93 55.24 199.38 -
System Red Green Blue C M Y K H S L
Decimal 255 129 26 0 0.49 0.90 0 26.99 1 0.55
Hex FF 81 1A 0 31 5A 0 1B 64 37
Octal 377 201 32 0 61 132 0 33 144 67
Binary 11111111 10000001 11010 0 110001 1011010 0 11011 1100100 110111

Color Harmonies of #FF811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF811A

Black with #FF811A

Text Example


Text Example

White with #FF811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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