Html Css Color HEX #FE910A Dark Orange

📋 copy color: '#FE910A'

red 254 ◦ green 145 ◦ blue 10

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

Shades of Dark Orange #FE910A

Tints of Dark Orange #FE910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

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

R = 62.1%
G = 35.45%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE910A (or 0xFE910A) is known color: Dark Orange. HEX triplet: FE, 91 and 0A. RGB value is (254,145,10). Sum of RGB (Red+Green+Blue) = 254+145+10=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE910A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE910A is #016EF5. Grayscale: #A2A2A2. Windows color (decimal): -93942 or 692734. OLE color: 692734.

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

Color convert

RGB 254 145 10 -
CMYK 0 0.43 0.96 0.00
HSL 33.2º 0.99% 0.52% -
HSV(B) 33.2º 0.96% 1% -
XYZ 51.05 41.34 5.58 -
YUV 162.2 42.11 193.48 -
System Red Green Blue C M Y K H S L
Decimal 254 145 10 0 0.43 0.96 0.00 33.2 0.99 0.52
Hex FE 91 A 0 2B 60 0 21 63 34
Octal 376 221 12 0 53 140 0 41 143 64
Binary 11111110 10010001 1010 0 101011 1100000 0 100001 1100011 110100

Color Harmonies of #FE910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE910A

Black with #FE910A

Text Example


Text Example

White with #FE910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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