Html Css Color HEX #FF810F Pumpkin

📋 copy color: '#FF810F'

red 255 ◦ green 129 ◦ blue 15

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

Shades of Pumpkin #FF810F

Tints of Pumpkin #FF810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 63.91%
G = 32.33%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF810F (or 0xFF810F) is known color: Pumpkin. HEX triplet: FF, 81 and 0F. RGB value is (255,129,15). Sum of RGB (Red+Green+Blue) = 255+129+15=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF810F is #007EF0. Grayscale: #9A9A9A. Windows color (decimal): -32497 or 1016319. OLE color: 1016319.

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

Color convert

RGB 255 129 15 -
CMYK 0 0.49 0.94 0
HSL 28.5º 1% 0.53% -
HSV(B) 28.5º 0.94% 1% -
XYZ 49.18 37 5 -
YUV 153.68 49.74 200.27 -
System Red Green Blue C M Y K H S L
Decimal 255 129 15 0 0.49 0.94 0 28.5 1 0.53
Hex FF 81 F 0 31 5E 0 1C 64 35
Octal 377 201 17 0 61 136 0 34 144 65
Binary 11111111 10000001 1111 0 110001 1011110 0 11100 1100100 110101

Color Harmonies of #FF810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF810F

Black with #FF810F

Text Example


Text Example

White with #FF810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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