Html Css Color HEX #FE8F13 Dark Orange

📋 copy color: '#FE8F13'

red 254 ◦ green 143 ◦ blue 19

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

Shades of Dark Orange #FE8F13

Tints of Dark Orange #FE8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 61.06%
G = 34.38%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8F13 (or 0xFE8F13) is known color: Dark Orange. HEX triplet: FE, 8F and 13. RGB value is (254,143,19). Sum of RGB (Red+Green+Blue) = 254+143+19=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F13 is #0170EC. Grayscale: #A2A2A2. Windows color (decimal): -94445 or 1282046. OLE color: 1282046.

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

Color convert

RGB 254 143 19 -
CMYK 0 0.44 0.93 0.00
HSL 31.66º 0.99% 0.54% -
HSV(B) 31.66º 0.93% 1% -
XYZ 50.81 40.76 5.81 -
YUV 162.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 254 143 19 0 0.44 0.93 0.00 31.66 0.99 0.54
Hex FE 8F 13 0 2C 5D 0 20 63 36
Octal 376 217 23 0 54 135 0 40 143 66
Binary 11111110 10001111 10011 0 101100 1011101 0 100000 1100011 110110

Color Harmonies of #FE8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F13

Black with #FE8F13

Text Example


Text Example

White with #FE8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F13; }

 p { color: rgb(254,143,19); }

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

background-color css

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

 a { background-color: rgb(254,143,19); }

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

border-color css

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

 span { border-color: rgb(254,143,19); }

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