Html Css Color HEX #FF811C Pumpkin

📋 copy color: '#FF811C'

red 255 ◦ green 129 ◦ blue 28

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

Shades of Pumpkin #FF811C

Tints of Pumpkin #FF811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 61.89%
G = 31.31%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF811C (or 0xFF811C) is known color: Pumpkin. HEX triplet: FF, 81 and 1C. RGB value is (255,129,28). Sum of RGB (Red+Green+Blue) = 255+129+28=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF811C is #007EE3. Grayscale: #9B9B9B. Windows color (decimal): -32484 or 1868287. OLE color: 1868287.

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

Color convert

RGB 255 129 28 -
CMYK 0 0.49 0.89 0
HSL 26.7º 1% 0.55% -
HSV(B) 26.7º 0.89% 1% -
XYZ 49.3 37.04 5.65 -
YUV 155.16 56.24 199.21 -
System Red Green Blue C M Y K H S L
Decimal 255 129 28 0 0.49 0.89 0 26.7 1 0.55
Hex FF 81 1C 0 31 59 0 1B 64 37
Octal 377 201 34 0 61 131 0 33 144 67
Binary 11111111 10000001 11100 0 110001 1011001 0 11011 1100100 110111

Color Harmonies of #FF811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF811C

Black with #FF811C

Text Example


Text Example

White with #FF811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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