Html Css Color HEX #FF6D1F Pumpkin

📋 copy color: '#FF6D1F'

red 255 ◦ green 109 ◦ blue 31

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

Shades of Pumpkin #FF6D1F

Tints of Pumpkin #FF6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 64.56%
G = 27.59%
B = 7.85%

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

#FF6D1F (or 0xFF6D1F) is known color: Pumpkin. HEX triplet: FF, 6D and 1F. RGB value is (255,109,31). Sum of RGB (Red+Green+Blue) = 255+109+31=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D1F is #0092E0. Grayscale: #909090. Windows color (decimal): -37601 or 2059775. OLE color: 2059775.

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

Color convert

RGB 255 109 31 -
CMYK 0 0.57 0.88 0
HSL 20.89º 1% 0.56% -
HSV(B) 20.89º 0.88% 1% -
XYZ 46.96 32.3 5.06 -
YUV 143.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 255 109 31 0 0.57 0.88 0 20.89 1 0.56
Hex FF 6D 1F 0 39 58 0 15 64 38
Octal 377 155 37 0 71 130 0 25 144 70
Binary 11111111 1101101 11111 0 111001 1011000 0 10101 1100100 111000

Color Harmonies of #FF6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D1F

Black with #FF6D1F

Text Example


Text Example

White with #FF6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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