Html Css Color HEX #FF760E Pumpkin

📋 copy color: '#FF760E'

red 255 ◦ green 118 ◦ blue 14

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

Shades of Pumpkin #FF760E

Tints of Pumpkin #FF760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

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

R = 65.89%
G = 30.49%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF760E (or 0xFF760E) is known color: Pumpkin. HEX triplet: FF, 76 and 0E. RGB value is (255,118,14). Sum of RGB (Red+Green+Blue) = 255+118+14=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760E is #0089F1. Grayscale: #939393. Windows color (decimal): -35314 or 947967. OLE color: 947967.

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

Color convert

RGB 255 118 14 -
CMYK 0 0.54 0.95 0
HSL 25.89º 1% 0.53% -
HSV(B) 25.89º 0.95% 1% -
XYZ 47.8 34.25 4.51 -
YUV 147.11 52.89 204.96 -
System Red Green Blue C M Y K H S L
Decimal 255 118 14 0 0.54 0.95 0 25.89 1 0.53
Hex FF 76 E 0 36 5F 0 1A 64 35
Octal 377 166 16 0 66 137 0 32 144 65
Binary 11111111 1110110 1110 0 110110 1011111 0 11010 1100100 110101

Color Harmonies of #FF760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF760E

Black with #FF760E

Text Example


Text Example

White with #FF760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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