Html Css Color HEX #FF6A1E Pumpkin

📋 copy color: '#FF6A1E'

red 255 ◦ green 106 ◦ blue 30

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

Shades of Pumpkin #FF6A1E

Tints of Pumpkin #FF6A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 65.22%
G = 27.11%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF6A1E (or 0xFF6A1E) is known color: Pumpkin. HEX triplet: FF, 6A and 1E. RGB value is (255,106,30). Sum of RGB (Red+Green+Blue) = 255+106+30=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A1E is #0095E1. Grayscale: #8E8E8E. Windows color (decimal): -38370 or 1993471. OLE color: 1993471.

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

Color convert

RGB 255 106 30 -
CMYK 0 0.58 0.88 0
HSL 20.27º 1% 0.56% -
HSV(B) 20.27º 0.88% 1% -
XYZ 46.63 31.66 4.88 -
YUV 141.89 64.86 208.68 -
System Red Green Blue C M Y K H S L
Decimal 255 106 30 0 0.58 0.88 0 20.27 1 0.56
Hex FF 6A 1E 0 3A 58 0 14 64 38
Octal 377 152 36 0 72 130 0 24 144 70
Binary 11111111 1101010 11110 0 111010 1011000 0 10100 1100100 111000

Color Harmonies of #FF6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A1E

Black with #FF6A1E

Text Example


Text Example

White with #FF6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A1E; }

 p { color: rgb(255,106,30); }

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

background-color css

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

 a { background-color: rgb(255,106,30); }

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

border-color css

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

 span { border-color: rgb(255,106,30); }

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