Html Css Color HEX #FE8C10 Dark Orange

📋 copy color: '#FE8C10'

red 254 ◦ green 140 ◦ blue 16

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

Shades of Dark Orange #FE8C10

Tints of Dark Orange #FE8C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 61.95%
G = 34.15%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE8C10 (or 0xFE8C10) is known color: Dark Orange. HEX triplet: FE, 8C and 10. RGB value is (254,140,16). Sum of RGB (Red+Green+Blue) = 254+140+16=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C10 is #0173EF. Grayscale: #A0A0A0. Windows color (decimal): -95216 or 1084670. OLE color: 1084670.

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

Color convert

RGB 254 140 16 -
CMYK 0 0.45 0.94 0.00
HSL 31.26º 0.99% 0.53% -
HSV(B) 31.26º 0.94% 1% -
XYZ 50.34 39.86 5.53 -
YUV 159.95 46.77 195.08 -
System Red Green Blue C M Y K H S L
Decimal 254 140 16 0 0.45 0.94 0.00 31.26 0.99 0.53
Hex FE 8C 10 0 2D 5E 0 1F 63 35
Octal 376 214 20 0 55 136 0 37 143 65
Binary 11111110 10001100 10000 0 101101 1011110 0 11111 1100011 110101

Color Harmonies of #FE8C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C10

Black with #FE8C10

Text Example


Text Example

White with #FE8C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C10; }

 p { color: rgb(254,140,16); }

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

background-color css

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

 a { background-color: rgb(254,140,16); }

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

border-color css

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

 span { border-color: rgb(254,140,16); }

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