Html Css Color HEX #FF6613 Pumpkin

📋 copy color: '#FF6613'

red 255 ◦ green 102 ◦ blue 19

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

Shades of Pumpkin #FF6613

Tints of Pumpkin #FF6613

RGB

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

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

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

R = 67.82%
G = 27.13%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6613 (or 0xFF6613) is known color: Pumpkin. HEX triplet: FF, 66 and 13. RGB value is (255,102,19). Sum of RGB (Red+Green+Blue) = 255+102+19=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6613 is #0099EC. Grayscale: #8A8A8A. Windows color (decimal): -39405 or 1271551. OLE color: 1271551.

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

Color convert

RGB 255 102 19 -
CMYK 0 0.6 0.93 0
HSL 21.1º 1% 0.54% -
HSV(B) 21.1º 0.93% 1% -
XYZ 46.11 30.81 4.13 -
YUV 138.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 255 102 19 0 0.6 0.93 0 21.1 1 0.54
Hex FF 66 13 0 3C 5D 0 15 64 36
Octal 377 146 23 0 74 135 0 25 144 66
Binary 11111111 1100110 10011 0 111100 1011101 0 10101 1100100 110110

Color Harmonies of #FF6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6613

Black with #FF6613

Text Example


Text Example

White with #FF6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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