Html Css Color HEX #FF7F20 Pumpkin

📋 copy color: '#FF7F20'

red 255 ◦ green 127 ◦ blue 32

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

Shades of Pumpkin #FF7F20

Tints of Pumpkin #FF7F20

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 61.59%
G = 30.68%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF7F20 (or 0xFF7F20) is known color: Pumpkin. HEX triplet: FF, 7F and 20. RGB value is (255,127,32). Sum of RGB (Red+Green+Blue) = 255+127+32=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F20 is #0080DF. Grayscale: #9A9A9A. Windows color (decimal): -32992 or 2129919. OLE color: 2129919.

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

Color convert

RGB 255 127 32 -
CMYK 0 0.50 0.87 0
HSL 25.56º 1% 0.56% -
HSV(B) 25.56º 0.87% 1% -
XYZ 49.09 36.54 5.83 -
YUV 154.44 58.91 199.72 -
System Red Green Blue C M Y K H S L
Decimal 255 127 32 0 0.50 0.87 0 25.56 1 0.56
Hex FF 7F 20 0 32 57 0 1A 64 38
Octal 377 177 40 0 62 127 0 32 144 70
Binary 11111111 1111111 100000 0 110010 1010111 0 11010 1100100 111000

Color Harmonies of #FF7F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F20

Black with #FF7F20

Text Example


Text Example

White with #FF7F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F20; }

 p { color: rgb(255,127,32); }

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

background-color css

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

 a { background-color: rgb(255,127,32); }

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

border-color css

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

 span { border-color: rgb(255,127,32); }

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