Html Css Color HEX #FD860A Dark Orange

📋 copy color: '#FD860A'

red 253 ◦ green 134 ◦ blue 10

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

Shades of Dark Orange #FD860A

Tints of Dark Orange #FD860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 63.73%
G = 33.75%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD860A (or 0xFD860A) is known color: Dark Orange. HEX triplet: FD, 86 and 0A. RGB value is (253,134,10). Sum of RGB (Red+Green+Blue) = 253+134+10=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD860A is #0279F5. Grayscale: #9C9C9C. Windows color (decimal): -162294 or 689917. OLE color: 689917.

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

Color convert

RGB 253 134 10 -
CMYK 0 0.47 0.96 0.01
HSL 30.62º 0.98% 0.52% -
HSV(B) 30.62º 0.96% 0.99% -
XYZ 49.09 37.95 5.03 -
YUV 155.45 45.92 197.58 -
System Red Green Blue C M Y K H S L
Decimal 253 134 10 0 0.47 0.96 0.01 30.62 0.98 0.52
Hex FD 86 A 0 2F 60 1 1F 62 34
Octal 375 206 12 0 57 140 1 37 142 64
Binary 11111101 10000110 1010 0 101111 1100000 1 11111 1100010 110100

Color Harmonies of #FD860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD860A

Black with #FD860A

Text Example


Text Example

White with #FD860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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