Html Css Color HEX #FE9610 Dark Orange

📋 copy color: '#FE9610'

red 254 ◦ green 150 ◦ blue 16

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

Shades of Dark Orange #FE9610

Tints of Dark Orange #FE9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.71%

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

R = 60.48%
G = 35.71%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE9610 (or 0xFE9610) is known color: Dark Orange. HEX triplet: FE, 96 and 10. RGB value is (254,150,16). Sum of RGB (Red+Green+Blue) = 254+150+16=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9610 is #0169EF. Grayscale: #A6A6A6. Windows color (decimal): -92656 or 1087230. OLE color: 1087230.

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

Color convert

RGB 254 150 16 -
CMYK 0 0.41 0.94 0.00
HSL 33.78º 0.99% 0.53% -
HSV(B) 33.78º 0.94% 1% -
XYZ 51.87 42.92 6.04 -
YUV 165.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 254 150 16 0 0.41 0.94 0.00 33.78 0.99 0.53
Hex FE 96 10 0 29 5E 0 22 63 35
Octal 376 226 20 0 51 136 0 42 143 65
Binary 11111110 10010110 10000 0 101001 1011110 0 100010 1100011 110101

Color Harmonies of #FE9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9610

Black with #FE9610

Text Example


Text Example

White with #FE9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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