Html Css Color HEX #FE880A Dark Orange

📋 copy color: '#FE880A'

red 254 ◦ green 136 ◦ blue 10

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

Shades of Dark Orange #FE880A

Tints of Dark Orange #FE880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 63.5%
G = 34%
B = 2.5%

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

#FE880A (or 0xFE880A) is known color: Dark Orange. HEX triplet: FE, 88 and 0A. RGB value is (254,136,10). Sum of RGB (Red+Green+Blue) = 254+136+10=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE880A is #0177F5. Grayscale: #9D9D9D. Windows color (decimal): -96246 or 690430. OLE color: 690430.

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

Color convert

RGB 254 136 10 -
CMYK 0 0.46 0.96 0.00
HSL 30.98º 0.99% 0.52% -
HSV(B) 30.98º 0.96% 1% -
XYZ 49.73 38.7 5.14 -
YUV 156.92 45.09 197.25 -
System Red Green Blue C M Y K H S L
Decimal 254 136 10 0 0.46 0.96 0.00 30.98 0.99 0.52
Hex FE 88 A 0 2E 60 0 1F 63 34
Octal 376 210 12 0 56 140 0 37 143 64
Binary 11111110 10001000 1010 0 101110 1100000 0 11111 1100011 110100

Color Harmonies of #FE880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE880A

Black with #FE880A

Text Example


Text Example

White with #FE880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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