Html Css Color HEX #FF6B11 Pumpkin

📋 copy color: '#FF6B11'

red 255 ◦ green 107 ◦ blue 17

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

Shades of Pumpkin #FF6B11

Tints of Pumpkin #FF6B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 67.28%
G = 28.23%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6B11 (or 0xFF6B11) is known color: Pumpkin. HEX triplet: FF, 6B and 11. RGB value is (255,107,17). Sum of RGB (Red+Green+Blue) = 255+107+17=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B11 is #0094EE. Grayscale: #8D8D8D. Windows color (decimal): -38127 or 1141759. OLE color: 1141759.

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

Color convert

RGB 255 107 17 -
CMYK 0 0.58 0.93 0
HSL 22.69º 1% 0.53% -
HSV(B) 22.69º 0.93% 1% -
XYZ 46.6 31.82 4.22 -
YUV 140.99 58.03 209.32 -
System Red Green Blue C M Y K H S L
Decimal 255 107 17 0 0.58 0.93 0 22.69 1 0.53
Hex FF 6B 11 0 3A 5D 0 17 64 35
Octal 377 153 21 0 72 135 0 27 144 65
Binary 11111111 1101011 10001 0 111010 1011101 0 10111 1100100 110101

Color Harmonies of #FF6B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B11

Black with #FF6B11

Text Example


Text Example

White with #FF6B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B11; }

 p { color: rgb(255,107,17); }

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

background-color css

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

 a { background-color: rgb(255,107,17); }

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

border-color css

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

 span { border-color: rgb(255,107,17); }

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