Html Css Color HEX #FF6614 Pumpkin

📋 copy color: '#FF6614'

red 255 ◦ green 102 ◦ blue 20

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

Shades of Pumpkin #FF6614

Tints of Pumpkin #FF6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 67.64%
G = 27.06%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF6614 (or 0xFF6614) is known color: Pumpkin. HEX triplet: FF, 66 and 14. RGB value is (255,102,20). Sum of RGB (Red+Green+Blue) = 255+102+20=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6614 is #0099EB. Grayscale: #8A8A8A. Windows color (decimal): -39404 or 1337087. OLE color: 1337087.

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

Color convert

RGB 255 102 20 -
CMYK 0 0.6 0.92 0
HSL 20.94º 1% 0.54% -
HSV(B) 20.94º 0.92% 1% -
XYZ 46.12 30.81 4.18 -
YUV 138.4 61.19 211.17 -
System Red Green Blue C M Y K H S L
Decimal 255 102 20 0 0.6 0.92 0 20.94 1 0.54
Hex FF 66 14 0 3C 5C 0 15 64 36
Octal 377 146 24 0 74 134 0 25 144 66
Binary 11111111 1100110 10100 0 111100 1011100 0 10101 1100100 110110

Color Harmonies of #FF6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6614

Black with #FF6614

Text Example


Text Example

White with #FF6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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