Html Css Color HEX #FF8312 Pumpkin

📋 copy color: '#FF8312'

red 255 ◦ green 131 ◦ blue 18

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

Shades of Pumpkin #FF8312

Tints of Pumpkin #FF8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 63.12%
G = 32.43%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8312 (or 0xFF8312) is known color: Pumpkin. HEX triplet: FF, 83 and 12. RGB value is (255,131,18). Sum of RGB (Red+Green+Blue) = 255+131+18=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8312 is #007CED. Grayscale: #9B9B9B. Windows color (decimal): -31982 or 1213439. OLE color: 1213439.

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

Color convert

RGB 255 131 18 -
CMYK 0 0.49 0.93 0
HSL 28.61º 1% 0.54% -
HSV(B) 28.61º 0.93% 1% -
XYZ 49.47 37.54 5.21 -
YUV 155.19 50.58 199.19 -
System Red Green Blue C M Y K H S L
Decimal 255 131 18 0 0.49 0.93 0 28.61 1 0.54
Hex FF 83 12 0 31 5D 0 1D 64 36
Octal 377 203 22 0 61 135 0 35 144 66
Binary 11111111 10000011 10010 0 110001 1011101 0 11101 1100100 110110

Color Harmonies of #FF8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8312

Black with #FF8312

Text Example


Text Example

White with #FF8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8312; }

 p { color: rgb(255,131,18); }

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

background-color css

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

 a { background-color: rgb(255,131,18); }

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

border-color css

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

 span { border-color: rgb(255,131,18); }

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