Html Css Color HEX #FF641E Pumpkin

📋 copy color: '#FF641E'

red 255 ◦ green 100 ◦ blue 30

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

Shades of Pumpkin #FF641E

Tints of Pumpkin #FF641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 66.23%
G = 25.97%
B = 7.79%

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

#FF641E (or 0xFF641E) is known color: Pumpkin. HEX triplet: FF, 64 and 1E. RGB value is (255,100,30). Sum of RGB (Red+Green+Blue) = 255+100+30=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF641E is #009BE1. Grayscale: #8A8A8A. Windows color (decimal): -39906 or 1991935. OLE color: 1991935.

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

Color convert

RGB 255 100 30 -
CMYK 0 0.61 0.88 0
HSL 18.67º 1% 0.56% -
HSV(B) 18.67º 0.88% 1% -
XYZ 46.03 30.47 4.68 -
YUV 138.37 66.85 211.19 -
System Red Green Blue C M Y K H S L
Decimal 255 100 30 0 0.61 0.88 0 18.67 1 0.56
Hex FF 64 1E 0 3D 58 0 13 64 38
Octal 377 144 36 0 75 130 0 23 144 70
Binary 11111111 1100100 11110 0 111101 1011000 0 10011 1100100 111000

Color Harmonies of #FF641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF641E

Black with #FF641E

Text Example


Text Example

White with #FF641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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