Html Css Color HEX #FF641C Pumpkin

📋 copy color: '#FF641C'

red 255 ◦ green 100 ◦ blue 28

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

Shades of Pumpkin #FF641C

Tints of Pumpkin #FF641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 66.58%
G = 26.11%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF641C (or 0xFF641C) is known color: Pumpkin. HEX triplet: FF, 64 and 1C. RGB value is (255,100,28). Sum of RGB (Red+Green+Blue) = 255+100+28=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF641C is #009BE3. Grayscale: #8A8A8A. Windows color (decimal): -39908 or 1860863. OLE color: 1860863.

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

Color convert

RGB 255 100 28 -
CMYK 0 0.61 0.89 0
HSL 19.03º 1% 0.55% -
HSV(B) 19.03º 0.89% 1% -
XYZ 46.01 30.46 4.55 -
YUV 138.14 65.85 211.35 -
System Red Green Blue C M Y K H S L
Decimal 255 100 28 0 0.61 0.89 0 19.03 1 0.55
Hex FF 64 1C 0 3D 59 0 13 64 37
Octal 377 144 34 0 75 131 0 23 144 67
Binary 11111111 1100100 11100 0 111101 1011001 0 10011 1100100 110111

Color Harmonies of #FF641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF641C

Black with #FF641C

Text Example


Text Example

White with #FF641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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