Html Css Color HEX #FE910D Dark Orange

📋 copy color: '#FE910D'

red 254 ◦ green 145 ◦ blue 13

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

Shades of Dark Orange #FE910D

Tints of Dark Orange #FE910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 61.65%
G = 35.19%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE910D (or 0xFE910D) is known color: Dark Orange. HEX triplet: FE, 91 and 0D. RGB value is (254,145,13). Sum of RGB (Red+Green+Blue) = 254+145+13=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE910D is #016EF2. Grayscale: #A3A3A3. Windows color (decimal): -93939 or 889342. OLE color: 889342.

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

Color convert

RGB 254 145 13 -
CMYK 0 0.43 0.95 0.00
HSL 32.86º 0.99% 0.52% -
HSV(B) 32.86º 0.95% 1% -
XYZ 51.07 41.35 5.67 -
YUV 162.54 43.61 193.23 -
System Red Green Blue C M Y K H S L
Decimal 254 145 13 0 0.43 0.95 0.00 32.86 0.99 0.52
Hex FE 91 D 0 2B 5F 0 21 63 34
Octal 376 221 15 0 53 137 0 41 143 64
Binary 11111110 10010001 1101 0 101011 1011111 0 100001 1100011 110100

Color Harmonies of #FE910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE910D

Black with #FE910D

Text Example


Text Example

White with #FE910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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