Html Css Color HEX #FE8A0A Dark Orange

📋 copy color: '#FE8A0A'

red 254 ◦ green 138 ◦ blue 10

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

Shades of Dark Orange #FE8A0A

Tints of Dark Orange #FE8A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 63.18%
G = 34.33%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE8A0A (or 0xFE8A0A) is known color: Dark Orange. HEX triplet: FE, 8A and 0A. RGB value is (254,138,10). Sum of RGB (Red+Green+Blue) = 254+138+10=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8A0A is #0175F5. Grayscale: #9E9E9E. Windows color (decimal): -95734 or 690942. OLE color: 690942.

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

Color convert

RGB 254 138 10 -
CMYK 0 0.46 0.96 0.00
HSL 31.48º 0.99% 0.52% -
HSV(B) 31.48º 0.96% 1% -
XYZ 50.02 39.27 5.23 -
YUV 158.09 44.43 196.41 -
System Red Green Blue C M Y K H S L
Decimal 254 138 10 0 0.46 0.96 0.00 31.48 0.99 0.52
Hex FE 8A A 0 2E 60 0 1F 63 34
Octal 376 212 12 0 56 140 0 37 143 64
Binary 11111110 10001010 1010 0 101110 1100000 0 11111 1100011 110100

Color Harmonies of #FE8A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A0A

Black with #FE8A0A

Text Example


Text Example

White with #FE8A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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