Html Css Color HEX #FF6B14 Pumpkin

📋 copy color: '#FF6B14'

red 255 ◦ green 107 ◦ blue 20

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

Shades of Pumpkin #FF6B14

Tints of Pumpkin #FF6B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 66.75%
G = 28.01%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF6B14 (or 0xFF6B14) is known color: Pumpkin. HEX triplet: FF, 6B and 14. RGB value is (255,107,20). Sum of RGB (Red+Green+Blue) = 255+107+20=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B14 is #0094EB. Grayscale: #8D8D8D. Windows color (decimal): -38124 or 1338367. OLE color: 1338367.

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

Color convert

RGB 255 107 20 -
CMYK 0 0.58 0.92 0
HSL 22.21º 1% 0.54% -
HSV(B) 22.21º 0.92% 1% -
XYZ 46.62 31.83 4.35 -
YUV 141.33 59.53 209.07 -
System Red Green Blue C M Y K H S L
Decimal 255 107 20 0 0.58 0.92 0 22.21 1 0.54
Hex FF 6B 14 0 3A 5C 0 16 64 36
Octal 377 153 24 0 72 134 0 26 144 66
Binary 11111111 1101011 10100 0 111010 1011100 0 10110 1100100 110110

Color Harmonies of #FF6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B14

Black with #FF6B14

Text Example


Text Example

White with #FF6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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