Html Css Color HEX #FF8914 Dark Orange

📋 copy color: '#FF8914'

red 255 ◦ green 137 ◦ blue 20

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

Shades of Dark Orange #FF8914

Tints of Dark Orange #FF8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 61.89%
G = 33.25%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8914 (or 0xFF8914) is known color: Dark Orange. HEX triplet: FF, 89 and 14. RGB value is (255,137,20). Sum of RGB (Red+Green+Blue) = 255+137+20=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8914 is #0076EB. Grayscale: #9F9F9F. Windows color (decimal): -30444 or 1346047. OLE color: 1346047.

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

Color convert

RGB 255 137 20 -
CMYK 0 0.46 0.92 0
HSL 29.87º 1% 0.54% -
HSV(B) 29.87º 0.92% 1% -
XYZ 50.31 39.2 5.58 -
YUV 158.94 49.59 196.51 -
System Red Green Blue C M Y K H S L
Decimal 255 137 20 0 0.46 0.92 0 29.87 1 0.54
Hex FF 89 14 0 2E 5C 0 1E 64 36
Octal 377 211 24 0 56 134 0 36 144 66
Binary 11111111 10001001 10100 0 101110 1011100 0 11110 1100100 110110

Color Harmonies of #FF8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8914

Black with #FF8914

Text Example


Text Example

White with #FF8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8914; }

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

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

background-color css

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

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

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

border-color css

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

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

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