Html Css Color HEX #FF6D1E Pumpkin

📋 copy color: '#FF6D1E'

red 255 ◦ green 109 ◦ blue 30

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

Shades of Pumpkin #FF6D1E

Tints of Pumpkin #FF6D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

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

R = 64.72%
G = 27.66%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF6D1E (or 0xFF6D1E) is known color: Pumpkin. HEX triplet: FF, 6D and 1E. RGB value is (255,109,30). Sum of RGB (Red+Green+Blue) = 255+109+30=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D1E is #0092E1. Grayscale: #909090. Windows color (decimal): -37602 or 1994239. OLE color: 1994239.

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

Color convert

RGB 255 109 30 -
CMYK 0 0.57 0.88 0
HSL 21.07º 1% 0.56% -
HSV(B) 21.07º 0.88% 1% -
XYZ 46.94 32.29 4.99 -
YUV 143.65 63.87 207.42 -
System Red Green Blue C M Y K H S L
Decimal 255 109 30 0 0.57 0.88 0 21.07 1 0.56
Hex FF 6D 1E 0 39 58 0 15 64 38
Octal 377 155 36 0 71 130 0 25 144 70
Binary 11111111 1101101 11110 0 111001 1011000 0 10101 1100100 111000

Color Harmonies of #FF6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D1E

Black with #FF6D1E

Text Example


Text Example

White with #FF6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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