Html Css Color HEX #FD860E Dark Orange

📋 copy color: '#FD860E'

red 253 ◦ green 134 ◦ blue 14

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

Shades of Dark Orange #FD860E

Tints of Dark Orange #FD860E

RGB

 RED value IS 253 (99.22% from 255) = 63.09%

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 63.09%
G = 33.42%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD860E (or 0xFD860E) is known color: Dark Orange. HEX triplet: FD, 86 and 0E. RGB value is (253,134,14). Sum of RGB (Red+Green+Blue) = 253+134+14=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD860E is #0279F1. Grayscale: #9C9C9C. Windows color (decimal): -162290 or 952061. OLE color: 952061.

HSL color Cylindrical-coordinate representation of color #FD860E: hue angle of 30.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD860E is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 14 -
CMYK 0 0.47 0.94 0.01
HSL 30.13º 0.98% 0.52% -
HSV(B) 30.13º 0.94% 0.99% -
XYZ 49.11 37.96 5.15 -
YUV 155.9 47.92 197.26 -
System Red Green Blue C M Y K H S L
Decimal 253 134 14 0 0.47 0.94 0.01 30.13 0.98 0.52
Hex FD 86 E 0 2F 5E 1 1E 62 34
Octal 375 206 16 0 57 136 1 36 142 64
Binary 11111101 10000110 1110 0 101111 1011110 1 11110 1100010 110100

Color Harmonies of #FD860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD860E

Black with #FD860E

Text Example


Text Example

White with #FD860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD860E; }

 p { color: rgb(253,134,14); }

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

background-color css

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

 a { background-color: rgb(253,134,14); }

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

border-color css

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

 span { border-color: rgb(253,134,14); }

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