Html Css Color HEX #FE860A Dark Orange

📋 copy color: '#FE860A'

red 254 ◦ green 134 ◦ blue 10

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

Shades of Dark Orange #FE860A

Tints of Dark Orange #FE860A

RGB

 RED value IS 254 (99.61% from 255) = 63.82%

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

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

R = 63.82%
G = 33.67%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE860A (or 0xFE860A) is known color: Dark Orange. HEX triplet: FE, 86 and 0A. RGB value is (254,134,10). Sum of RGB (Red+Green+Blue) = 254+134+10=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE860A is #0179F5. Grayscale: #9C9C9C. Windows color (decimal): -96758 or 689918. OLE color: 689918.

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

Color convert

RGB 254 134 10 -
CMYK 0 0.47 0.96 0.00
HSL 30.49º 0.99% 0.52% -
HSV(B) 30.49º 0.96% 1% -
XYZ 49.45 38.14 5.04 -
YUV 155.74 45.76 198.08 -
System Red Green Blue C M Y K H S L
Decimal 254 134 10 0 0.47 0.96 0.00 30.49 0.99 0.52
Hex FE 86 A 0 2F 60 0 1E 63 34
Octal 376 206 12 0 57 140 0 36 143 64
Binary 11111110 10000110 1010 0 101111 1100000 0 11110 1100011 110100

Color Harmonies of #FE860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE860A

Black with #FE860A

Text Example


Text Example

White with #FE860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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