Html Css Color HEX #FF8714 Pumpkin

📋 copy color: '#FF8714'

red 255 ◦ green 135 ◦ blue 20

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

Shades of Pumpkin #FF8714

Tints of Pumpkin #FF8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 62.2%
G = 32.93%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8714 (or 0xFF8714) is known color: Pumpkin. HEX triplet: FF, 87 and 14. RGB value is (255,135,20). Sum of RGB (Red+Green+Blue) = 255+135+20=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8714 is #0078EB. Grayscale: #9E9E9E. Windows color (decimal): -30956 or 1345535. OLE color: 1345535.

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

Color convert

RGB 255 135 20 -
CMYK 0 0.47 0.92 0
HSL 29.36º 1% 0.54% -
HSV(B) 29.36º 0.92% 1% -
XYZ 50.03 38.64 5.48 -
YUV 157.77 50.26 197.35 -
System Red Green Blue C M Y K H S L
Decimal 255 135 20 0 0.47 0.92 0 29.36 1 0.54
Hex FF 87 14 0 2F 5C 0 1D 64 36
Octal 377 207 24 0 57 134 0 35 144 66
Binary 11111111 10000111 10100 0 101111 1011100 0 11101 1100100 110110

Color Harmonies of #FF8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8714

Black with #FF8714

Text Example


Text Example

White with #FF8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8714; }

 p { color: rgb(255,135,20); }

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

background-color css

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

 a { background-color: rgb(255,135,20); }

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

border-color css

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

 span { border-color: rgb(255,135,20); }

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