Html Css Color HEX #FF6D1C Pumpkin

📋 copy color: '#FF6D1C'

red 255 ◦ green 109 ◦ blue 28

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

Shades of Pumpkin #FF6D1C

Tints of Pumpkin #FF6D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 65.05%
G = 27.81%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF6D1C (or 0xFF6D1C) is known color: Pumpkin. HEX triplet: FF, 6D and 1C. RGB value is (255,109,28). Sum of RGB (Red+Green+Blue) = 255+109+28=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D1C is #0092E3. Grayscale: #8F8F8F. Windows color (decimal): -37604 or 1863167. OLE color: 1863167.

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

Color convert

RGB 255 109 28 -
CMYK 0 0.57 0.89 0
HSL 21.41º 1% 0.55% -
HSV(B) 21.41º 0.89% 1% -
XYZ 46.92 32.28 4.86 -
YUV 143.42 62.87 207.59 -
System Red Green Blue C M Y K H S L
Decimal 255 109 28 0 0.57 0.89 0 21.41 1 0.55
Hex FF 6D 1C 0 39 59 0 15 64 37
Octal 377 155 34 0 71 131 0 25 144 67
Binary 11111111 1101101 11100 0 111001 1011001 0 10101 1100100 110111

Color Harmonies of #FF6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D1C

Black with #FF6D1C

Text Example


Text Example

White with #FF6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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