Html Css Color HEX #FE850A Dark Orange

📋 copy color: '#FE850A'

red 254 ◦ green 133 ◦ blue 10

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

Shades of Dark Orange #FE850A

Tints of Dark Orange #FE850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 63.98%
G = 33.5%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE850A (or 0xFE850A) is known color: Dark Orange. HEX triplet: FE, 85 and 0A. RGB value is (254,133,10). Sum of RGB (Red+Green+Blue) = 254+133+10=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE850A is #017AF5. Grayscale: #9B9B9B. Windows color (decimal): -97014 or 689662. OLE color: 689662.

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

Color convert

RGB 254 133 10 -
CMYK 0 0.48 0.96 0.00
HSL 30.25º 0.99% 0.52% -
HSV(B) 30.25º 0.96% 1% -
XYZ 49.32 37.87 5 -
YUV 155.16 46.09 198.5 -
System Red Green Blue C M Y K H S L
Decimal 254 133 10 0 0.48 0.96 0.00 30.25 0.99 0.52
Hex FE 85 A 0 30 60 0 1E 63 34
Octal 376 205 12 0 60 140 0 36 143 64
Binary 11111110 10000101 1010 0 110000 1100000 0 11110 1100011 110100

Color Harmonies of #FE850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE850A

Black with #FE850A

Text Example


Text Example

White with #FE850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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