Html Css Color HEX #FF6B12 Pumpkin

📋 copy color: '#FF6B12'

red 255 ◦ green 107 ◦ blue 18

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

Shades of Pumpkin #FF6B12

Tints of Pumpkin #FF6B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 67.11%
G = 28.16%
B = 4.74%

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

#FF6B12 (or 0xFF6B12) is known color: Pumpkin. HEX triplet: FF, 6B and 12. RGB value is (255,107,18). Sum of RGB (Red+Green+Blue) = 255+107+18=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B12 is #0094ED. Grayscale: #8D8D8D. Windows color (decimal): -38126 or 1207295. OLE color: 1207295.

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

Color convert

RGB 255 107 18 -
CMYK 0 0.58 0.93 0
HSL 22.53º 1% 0.54% -
HSV(B) 22.53º 0.93% 1% -
XYZ 46.61 31.82 4.26 -
YUV 141.11 58.53 209.24 -
System Red Green Blue C M Y K H S L
Decimal 255 107 18 0 0.58 0.93 0 22.53 1 0.54
Hex FF 6B 12 0 3A 5D 0 17 64 36
Octal 377 153 22 0 72 135 0 27 144 66
Binary 11111111 1101011 10010 0 111010 1011101 0 10111 1100100 110110

Color Harmonies of #FF6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B12

Black with #FF6B12

Text Example


Text Example

White with #FF6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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