Html Css Color HEX #FF7F0E Pumpkin

📋 copy color: '#FF7F0E'

red 255 ◦ green 127 ◦ blue 14

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

Shades of Pumpkin #FF7F0E

Tints of Pumpkin #FF7F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 64.39%
G = 32.07%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF7F0E (or 0xFF7F0E) is known color: Pumpkin. HEX triplet: FF, 7F and 0E. RGB value is (255,127,14). Sum of RGB (Red+Green+Blue) = 255+127+14=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F0E is #0080F1. Grayscale: #989898. Windows color (decimal): -33010 or 950271. OLE color: 950271.

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

Color convert

RGB 255 127 14 -
CMYK 0 0.50 0.95 0
HSL 28.13º 1% 0.53% -
HSV(B) 28.13º 0.95% 1% -
XYZ 48.91 36.47 4.88 -
YUV 152.39 49.91 201.19 -
System Red Green Blue C M Y K H S L
Decimal 255 127 14 0 0.50 0.95 0 28.13 1 0.53
Hex FF 7F E 0 32 5F 0 1C 64 35
Octal 377 177 16 0 62 137 0 34 144 65
Binary 11111111 1111111 1110 0 110010 1011111 0 11100 1100100 110101

Color Harmonies of #FF7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F0E

Black with #FF7F0E

Text Example


Text Example

White with #FF7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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