Html Css Color HEX #FF6810 Pumpkin

📋 copy color: '#FF6810'

red 255 ◦ green 104 ◦ blue 16

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

Shades of Pumpkin #FF6810

Tints of Pumpkin #FF6810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 68%
G = 27.73%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6810 (or 0xFF6810) is known color: Pumpkin. HEX triplet: FF, 68 and 10. RGB value is (255,104,16). Sum of RGB (Red+Green+Blue) = 255+104+16=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6810 is #0097EF. Grayscale: #8B8B8B. Windows color (decimal): -38896 or 1075455. OLE color: 1075455.

HSL color Cylindrical-coordinate representation of color #FF6810: hue angle of 22.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF6810 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 104 16 -
CMYK 0 0.59 0.94 0
HSL 22.09º 1% 0.53% -
HSV(B) 22.09º 0.94% 1% -
XYZ 46.28 31.2 4.07 -
YUV 139.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 255 104 16 0 0.59 0.94 0 22.09 1 0.53
Hex FF 68 10 0 3B 5E 0 16 64 35
Octal 377 150 20 0 73 136 0 26 144 65
Binary 11111111 1101000 10000 0 111011 1011110 0 10110 1100100 110101

Color Harmonies of #FF6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6810

Black with #FF6810

Text Example


Text Example

White with #FF6810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6810; }

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

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

background-color css

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

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

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

border-color css

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

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

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