Html Css Color HEX #FF8C14 Dark Orange

📋 copy color: '#FF8C14'

red 255 ◦ green 140 ◦ blue 20

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

Shades of Dark Orange #FF8C14

Tints of Dark Orange #FF8C14

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 61.45%
G = 33.73%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8C14 (or 0xFF8C14) is known color: Dark Orange. HEX triplet: FF, 8C and 14. RGB value is (255,140,20). Sum of RGB (Red+Green+Blue) = 255+140+20=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C14 is #0073EB. Grayscale: #A1A1A1. Windows color (decimal): -29676 or 1346815. OLE color: 1346815.

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

Color convert

RGB 255 140 20 -
CMYK 0 0.45 0.92 0
HSL 30.64º 1% 0.54% -
HSV(B) 30.64º 0.92% 1% -
XYZ 50.74 40.07 5.72 -
YUV 160.71 48.6 195.26 -
System Red Green Blue C M Y K H S L
Decimal 255 140 20 0 0.45 0.92 0 30.64 1 0.54
Hex FF 8C 14 0 2D 5C 0 1F 64 36
Octal 377 214 24 0 55 134 0 37 144 66
Binary 11111111 10001100 10100 0 101101 1011100 0 11111 1100100 110110

Color Harmonies of #FF8C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C14

Black with #FF8C14

Text Example


Text Example

White with #FF8C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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