Html Css Color HEX #FF6C10 Pumpkin

📋 copy color: '#FF6C10'

red 255 ◦ green 108 ◦ blue 16

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

Shades of Pumpkin #FF6C10

Tints of Pumpkin #FF6C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 67.28%
G = 28.5%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6C10 (or 0xFF6C10) is known color: Pumpkin. HEX triplet: FF, 6C and 10. RGB value is (255,108,16). Sum of RGB (Red+Green+Blue) = 255+108+16=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C10 is #0093EF. Grayscale: #8D8D8D. Windows color (decimal): -37872 or 1076479. OLE color: 1076479.

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

Color convert

RGB 255 108 16 -
CMYK 0 0.58 0.94 0
HSL 23.1º 1% 0.53% -
HSV(B) 23.1º 0.94% 1% -
XYZ 46.7 32.02 4.21 -
YUV 141.47 57.2 208.98 -
System Red Green Blue C M Y K H S L
Decimal 255 108 16 0 0.58 0.94 0 23.1 1 0.53
Hex FF 6C 10 0 3A 5E 0 17 64 35
Octal 377 154 20 0 72 136 0 27 144 65
Binary 11111111 1101100 10000 0 111010 1011110 0 10111 1100100 110101

Color Harmonies of #FF6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C10

Black with #FF6C10

Text Example


Text Example

White with #FF6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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