Html Css Color HEX #FE7F0A Dark Orange

📋 copy color: '#FE7F0A'

red 254 ◦ green 127 ◦ blue 10

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

Shades of Dark Orange #FE7F0A

Tints of Dark Orange #FE7F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

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

R = 64.96%
G = 32.48%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE7F0A (or 0xFE7F0A) is known color: Dark Orange. HEX triplet: FE, 7F and 0A. RGB value is (254,127,10). Sum of RGB (Red+Green+Blue) = 254+127+10=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F0A is #0180F5. Grayscale: #989898. Windows color (decimal): -98550 or 688126. OLE color: 688126.

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

Color convert

RGB 254 127 10 -
CMYK 0 0.50 0.96 0.00
HSL 28.77º 0.99% 0.52% -
HSV(B) 28.77º 0.96% 1% -
XYZ 48.52 36.27 4.73 -
YUV 151.64 48.08 201.01 -
System Red Green Blue C M Y K H S L
Decimal 254 127 10 0 0.50 0.96 0.00 28.77 0.99 0.52
Hex FE 7F A 0 32 60 0 1D 63 34
Octal 376 177 12 0 62 140 0 35 143 64
Binary 11111110 1111111 1010 0 110010 1100000 0 11101 1100011 110100

Color Harmonies of #FE7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F0A

Black with #FE7F0A

Text Example


Text Example

White with #FE7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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