Html Css Color HEX #FF6A1C Pumpkin

📋 copy color: '#FF6A1C'

red 255 ◦ green 106 ◦ blue 28

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

Shades of Pumpkin #FF6A1C

Tints of Pumpkin #FF6A1C

RGB

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

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

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

R = 65.55%
G = 27.25%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF6A1C (or 0xFF6A1C) is known color: Pumpkin. HEX triplet: FF, 6A and 1C. RGB value is (255,106,28). Sum of RGB (Red+Green+Blue) = 255+106+28=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A1C is #0095E3. Grayscale: #8E8E8E. Windows color (decimal): -38372 or 1862399. OLE color: 1862399.

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

Color convert

RGB 255 106 28 -
CMYK 0 0.58 0.89 0
HSL 20.62º 1% 0.55% -
HSV(B) 20.62º 0.89% 1% -
XYZ 46.6 31.65 4.75 -
YUV 141.66 63.86 208.84 -
System Red Green Blue C M Y K H S L
Decimal 255 106 28 0 0.58 0.89 0 20.62 1 0.55
Hex FF 6A 1C 0 3A 59 0 15 64 37
Octal 377 152 34 0 72 131 0 25 144 67
Binary 11111111 1101010 11100 0 111010 1011001 0 10101 1100100 110111

Color Harmonies of #FF6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A1C

Black with #FF6A1C

Text Example


Text Example

White with #FF6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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