Html Css Color HEX #FF611C Pumpkin

📋 copy color: '#FF611C'

red 255 ◦ green 97 ◦ blue 28

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

Shades of Pumpkin #FF611C

Tints of Pumpkin #FF611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 67.11%
G = 25.53%
B = 7.37%

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

#FF611C (or 0xFF611C) is known color: Pumpkin. HEX triplet: FF, 61 and 1C. RGB value is (255,97,28). Sum of RGB (Red+Green+Blue) = 255+97+28=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF611C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF611C is #009EE3. Grayscale: #888888. Windows color (decimal): -40676 or 1860095. OLE color: 1860095.

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

Color convert

RGB 255 97 28 -
CMYK 0 0.62 0.89 0
HSL 18.24º 1% 0.55% -
HSV(B) 18.24º 0.89% 1% -
XYZ 45.72 29.89 4.46 -
YUV 136.38 66.85 212.61 -
System Red Green Blue C M Y K H S L
Decimal 255 97 28 0 0.62 0.89 0 18.24 1 0.55
Hex FF 61 1C 0 3E 59 0 12 64 37
Octal 377 141 34 0 76 131 0 22 144 67
Binary 11111111 1100001 11100 0 111110 1011001 0 10010 1100100 110111

Color Harmonies of #FF611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF611C

Black with #FF611C

Text Example


Text Example

White with #FF611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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