Html Css Color HEX #FF611D Pumpkin

📋 copy color: '#FF611D'

red 255 ◦ green 97 ◦ blue 29

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

Shades of Pumpkin #FF611D

Tints of Pumpkin #FF611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 66.93%
G = 25.46%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF611D (or 0xFF611D) is known color: Pumpkin. HEX triplet: FF, 61 and 1D. RGB value is (255,97,29). Sum of RGB (Red+Green+Blue) = 255+97+29=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF611D is #009EE2. Grayscale: #888888. Windows color (decimal): -40675 or 1925631. OLE color: 1925631.

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

Color convert

RGB 255 97 29 -
CMYK 0 0.62 0.89 0
HSL 18.05º 1% 0.56% -
HSV(B) 18.05º 0.89% 1% -
XYZ 45.74 29.9 4.52 -
YUV 136.49 67.35 212.53 -
System Red Green Blue C M Y K H S L
Decimal 255 97 29 0 0.62 0.89 0 18.05 1 0.56
Hex FF 61 1D 0 3E 59 0 12 64 38
Octal 377 141 35 0 76 131 0 22 144 70
Binary 11111111 1100001 11101 0 111110 1011001 0 10010 1100100 111000

Color Harmonies of #FF611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF611D

Black with #FF611D

Text Example


Text Example

White with #FF611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF611D; }

 p { color: rgb(255,97,29); }

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

background-color css

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

 a { background-color: rgb(255,97,29); }

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

border-color css

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

 span { border-color: rgb(255,97,29); }

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