Html Css Color HEX #FF740E Pumpkin

📋 copy color: '#FF740E'

red 255 ◦ green 116 ◦ blue 14

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

Shades of Pumpkin #FF740E

Tints of Pumpkin #FF740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 66.23%
G = 30.13%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF740E (or 0xFF740E) is known color: Pumpkin. HEX triplet: FF, 74 and 0E. RGB value is (255,116,14). Sum of RGB (Red+Green+Blue) = 255+116+14=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740E is #008BF1. Grayscale: #929292. Windows color (decimal): -35826 or 947455. OLE color: 947455.

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

Color convert

RGB 255 116 14 -
CMYK 0 0.55 0.95 0
HSL 25.39º 1% 0.53% -
HSV(B) 25.39º 0.95% 1% -
XYZ 47.56 33.78 4.43 -
YUV 145.93 53.55 205.79 -
System Red Green Blue C M Y K H S L
Decimal 255 116 14 0 0.55 0.95 0 25.39 1 0.53
Hex FF 74 E 0 37 5F 0 19 64 35
Octal 377 164 16 0 67 137 0 31 144 65
Binary 11111111 1110100 1110 0 110111 1011111 0 11001 1100100 110101

Color Harmonies of #FF740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF740E

Black with #FF740E

Text Example


Text Example

White with #FF740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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