Html Css Color HEX #FF851A Pumpkin

📋 copy color: '#FF851A'

red 255 ◦ green 133 ◦ blue 26

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

Shades of Pumpkin #FF851A

Tints of Pumpkin #FF851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 61.59%
G = 32.13%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF851A (or 0xFF851A) is known color: Pumpkin. HEX triplet: FF, 85 and 1A. RGB value is (255,133,26). Sum of RGB (Red+Green+Blue) = 255+133+26=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF851A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF851A is #007AE5. Grayscale: #9D9D9D. Windows color (decimal): -31462 or 1738239. OLE color: 1738239.

HSL color Cylindrical-coordinate representation of color #FF851A: hue angle of 28.03º 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 #FF851A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 26 -
CMYK 0 0.48 0.90 0
HSL 28.03º 1% 0.55% -
HSV(B) 28.03º 0.9% 1% -
XYZ 49.81 38.11 5.71 -
YUV 157.28 53.92 197.7 -
System Red Green Blue C M Y K H S L
Decimal 255 133 26 0 0.48 0.90 0 28.03 1 0.55
Hex FF 85 1A 0 30 5A 0 1C 64 37
Octal 377 205 32 0 60 132 0 34 144 67
Binary 11111111 10000101 11010 0 110000 1011010 0 11100 1100100 110111

Color Harmonies of #FF851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF851A

Black with #FF851A

Text Example


Text Example

White with #FF851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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