Html Css Color HEX #FF6815 Pumpkin

📋 copy color: '#FF6815'

red 255 ◦ green 104 ◦ blue 21

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

Shades of Pumpkin #FF6815

Tints of Pumpkin #FF6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

 BLUE value IS 21 (8.59% from 255) = 5.53%

R = 67.11%
G = 27.37%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF6815 (or 0xFF6815) is known color: Pumpkin. HEX triplet: FF, 68 and 15. RGB value is (255,104,21). Sum of RGB (Red+Green+Blue) = 255+104+21=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6815 is #0097EA. Grayscale: #8C8C8C. Windows color (decimal): -38891 or 1403135. OLE color: 1403135.

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

Color convert

RGB 255 104 21 -
CMYK 0 0.59 0.92 0
HSL 21.28º 1% 0.54% -
HSV(B) 21.28º 0.92% 1% -
XYZ 46.33 31.21 4.29 -
YUV 139.69 61.03 210.25 -
System Red Green Blue C M Y K H S L
Decimal 255 104 21 0 0.59 0.92 0 21.28 1 0.54
Hex FF 68 15 0 3B 5C 0 15 64 36
Octal 377 150 25 0 73 134 0 25 144 66
Binary 11111111 1101000 10101 0 111011 1011100 0 10101 1100100 110110

Color Harmonies of #FF6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6815

Black with #FF6815

Text Example


Text Example

White with #FF6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6815; }

 p { color: rgb(255,104,21); }

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

background-color css

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

 a { background-color: rgb(255,104,21); }

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

border-color css

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

 span { border-color: rgb(255,104,21); }

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