Html Css Color HEX #FF7F1E Pumpkin

📋 copy color: '#FF7F1E'

red 255 ◦ green 127 ◦ blue 30

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

Shades of Pumpkin #FF7F1E

Tints of Pumpkin #FF7F1E

RGB

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

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

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

R = 61.89%
G = 30.83%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF7F1E (or 0xFF7F1E) is known color: Pumpkin. HEX triplet: FF, 7F and 1E. RGB value is (255,127,30). Sum of RGB (Red+Green+Blue) = 255+127+30=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F1E is #0080E1. Grayscale: #9A9A9A. Windows color (decimal): -32994 or 1998847. OLE color: 1998847.

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

Color convert

RGB 255 127 30 -
CMYK 0 0.50 0.88 0
HSL 25.87º 1% 0.56% -
HSV(B) 25.87º 0.88% 1% -
XYZ 49.06 36.53 5.69 -
YUV 154.21 57.91 199.89 -
System Red Green Blue C M Y K H S L
Decimal 255 127 30 0 0.50 0.88 0 25.87 1 0.56
Hex FF 7F 1E 0 32 58 0 1A 64 38
Octal 377 177 36 0 62 130 0 32 144 70
Binary 11111111 1111111 11110 0 110010 1011000 0 11010 1100100 111000

Color Harmonies of #FF7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F1E

Black with #FF7F1E

Text Example


Text Example

White with #FF7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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