Html Css Color HEX #FF6C1F Pumpkin

📋 copy color: '#FF6C1F'

red 255 ◦ green 108 ◦ blue 31

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

Shades of Pumpkin #FF6C1F

Tints of Pumpkin #FF6C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 64.72%
G = 27.41%
B = 7.87%

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

#FF6C1F (or 0xFF6C1F) is known color: Pumpkin. HEX triplet: FF, 6C and 1F. RGB value is (255,108,31). Sum of RGB (Red+Green+Blue) = 255+108+31=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C1F is #0093E0. Grayscale: #8F8F8F. Windows color (decimal): -37857 or 2059519. OLE color: 2059519.

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

Color convert

RGB 255 108 31 -
CMYK 0 0.58 0.88 0
HSL 20.63º 1% 0.56% -
HSV(B) 20.63º 0.88% 1% -
XYZ 46.85 32.08 5.02 -
YUV 143.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 255 108 31 0 0.58 0.88 0 20.63 1 0.56
Hex FF 6C 1F 0 3A 58 0 15 64 38
Octal 377 154 37 0 72 130 0 25 144 70
Binary 11111111 1101100 11111 0 111010 1011000 0 10101 1100100 111000

Color Harmonies of #FF6C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C1F

Black with #FF6C1F

Text Example


Text Example

White with #FF6C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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