Html Css Color HEX #FF6514 Pumpkin

📋 copy color: '#FF6514'

red 255 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #FF6514

Tints of Pumpkin #FF6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 67.82%
G = 26.86%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF6514 (or 0xFF6514) is known color: Pumpkin. HEX triplet: FF, 65 and 14. RGB value is (255,101,20). Sum of RGB (Red+Green+Blue) = 255+101+20=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6514 is #009AEB. Grayscale: #8A8A8A. Windows color (decimal): -39660 or 1336831. OLE color: 1336831.

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

Color convert

RGB 255 101 20 -
CMYK 0 0.60 0.92 0
HSL 20.68º 1% 0.54% -
HSV(B) 20.68º 0.92% 1% -
XYZ 46.02 30.62 4.15 -
YUV 137.81 61.52 211.59 -
System Red Green Blue C M Y K H S L
Decimal 255 101 20 0 0.60 0.92 0 20.68 1 0.54
Hex FF 65 14 0 3C 5C 0 15 64 36
Octal 377 145 24 0 74 134 0 25 144 66
Binary 11111111 1100101 10100 0 111100 1011100 0 10101 1100100 110110

Color Harmonies of #FF6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6514

Black with #FF6514

Text Example


Text Example

White with #FF6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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