Html Css Color HEX #FF810E Pumpkin

📋 copy color: '#FF810E'

red 255 ◦ green 129 ◦ blue 14

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

Shades of Pumpkin #FF810E

Tints of Pumpkin #FF810E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 64.07%
G = 32.41%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF810E (or 0xFF810E) is known color: Pumpkin. HEX triplet: FF, 81 and 0E. RGB value is (255,129,14). Sum of RGB (Red+Green+Blue) = 255+129+14=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF810E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF810E is #007EF1. Grayscale: #9A9A9A. Windows color (decimal): -32498 or 950783. OLE color: 950783.

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

Color convert

RGB 255 129 14 -
CMYK 0 0.49 0.95 0
HSL 28.63º 1% 0.53% -
HSV(B) 28.63º 0.95% 1% -
XYZ 49.17 36.99 4.96 -
YUV 153.56 49.24 200.35 -
System Red Green Blue C M Y K H S L
Decimal 255 129 14 0 0.49 0.95 0 28.63 1 0.53
Hex FF 81 E 0 31 5F 0 1D 64 35
Octal 377 201 16 0 61 137 0 35 144 65
Binary 11111111 10000001 1110 0 110001 1011111 0 11101 1100100 110101

Color Harmonies of #FF810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF810E

Black with #FF810E

Text Example


Text Example

White with #FF810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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