Html Css Color HEX #FF641F Pumpkin

📋 copy color: '#FF641F'

red 255 ◦ green 100 ◦ blue 31

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

Shades of Pumpkin #FF641F

Tints of Pumpkin #FF641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 66.06%
G = 25.91%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF641F (or 0xFF641F) is known color: Pumpkin. HEX triplet: FF, 64 and 1F. RGB value is (255,100,31). Sum of RGB (Red+Green+Blue) = 255+100+31=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF641F is #009BE0. Grayscale: #8A8A8A. Windows color (decimal): -39905 or 2057471. OLE color: 2057471.

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

Color convert

RGB 255 100 31 -
CMYK 0 0.61 0.88 0
HSL 18.48º 1% 0.56% -
HSV(B) 18.48º 0.88% 1% -
XYZ 46.04 30.47 4.75 -
YUV 138.48 67.35 211.11 -
System Red Green Blue C M Y K H S L
Decimal 255 100 31 0 0.61 0.88 0 18.48 1 0.56
Hex FF 64 1F 0 3D 58 0 12 64 38
Octal 377 144 37 0 75 130 0 22 144 70
Binary 11111111 1100100 11111 0 111101 1011000 0 10010 1100100 111000

Color Harmonies of #FF641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF641F

Black with #FF641F

Text Example


Text Example

White with #FF641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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