Html Css Color HEX #FF700E Pumpkin

📋 copy color: '#FF700E'

red 255 ◦ green 112 ◦ blue 14

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

Shades of Pumpkin #FF700E

Tints of Pumpkin #FF700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 66.93%
G = 29.4%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF700E (or 0xFF700E) is known color: Pumpkin. HEX triplet: FF, 70 and 0E. RGB value is (255,112,14). Sum of RGB (Red+Green+Blue) = 255+112+14=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF700E is #008FF1. Grayscale: #909090. Windows color (decimal): -36850 or 946431. OLE color: 946431.

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

Color convert

RGB 255 112 14 -
CMYK 0 0.56 0.95 0
HSL 24.4º 1% 0.53% -
HSV(B) 24.4º 0.95% 1% -
XYZ 47.11 32.88 4.28 -
YUV 143.59 54.88 207.47 -
System Red Green Blue C M Y K H S L
Decimal 255 112 14 0 0.56 0.95 0 24.4 1 0.53
Hex FF 70 E 0 38 5F 0 18 64 35
Octal 377 160 16 0 70 137 0 30 144 65
Binary 11111111 1110000 1110 0 111000 1011111 0 11000 1100100 110101

Color Harmonies of #FF700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF700E

Black with #FF700E

Text Example


Text Example

White with #FF700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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