Html Css Color HEX #FF6513 Pumpkin

📋 copy color: '#FF6513'

red 255 ◦ green 101 ◦ blue 19

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

Shades of Pumpkin #FF6513

Tints of Pumpkin #FF6513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 68%
G = 26.93%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6513 (or 0xFF6513) is known color: Pumpkin. HEX triplet: FF, 65 and 13. RGB value is (255,101,19). Sum of RGB (Red+Green+Blue) = 255+101+19=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6513 is #009AEC. Grayscale: #8A8A8A. Windows color (decimal): -39661 or 1271295. OLE color: 1271295.

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

Color convert

RGB 255 101 19 -
CMYK 0 0.60 0.93 0
HSL 20.85º 1% 0.54% -
HSV(B) 20.85º 0.93% 1% -
XYZ 46.01 30.61 4.1 -
YUV 137.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 255 101 19 0 0.60 0.93 0 20.85 1 0.54
Hex FF 65 13 0 3C 5D 0 15 64 36
Octal 377 145 23 0 74 135 0 25 144 66
Binary 11111111 1100101 10011 0 111100 1011101 0 10101 1100100 110110

Color Harmonies of #FF6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6513

Black with #FF6513

Text Example


Text Example

White with #FF6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6513; }

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

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

background-color css

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

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

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

border-color css

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

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

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