Html Css Color HEX #FE682A Burnt Orange

📋 copy color: '#FE682A'

red 254 ◦ green 104 ◦ blue 42

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

Shades of Burnt Orange #FE682A

Tints of Burnt Orange #FE682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26%

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 63.5%
G = 26%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE682A (or 0xFE682A) is known color: Burnt Orange. HEX triplet: FE, 68 and 2A. RGB value is (254,104,42). Sum of RGB (Red+Green+Blue) = 254+104+42=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE682A is #0197D5. Grayscale: #8E8E8E. Windows color (decimal): -104406 or 2779390. OLE color: 2779390.

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

Color convert

RGB 254 104 42 -
CMYK 0 0.59 0.83 0.00
HSL 17.55º 0.99% 0.58% -
HSV(B) 17.55º 0.83% 1% -
XYZ 46.24 31.14 5.76 -
YUV 141.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 254 104 42 0 0.59 0.83 0.00 17.55 0.99 0.58
Hex FE 68 2A 0 3B 53 0 12 63 3A
Octal 376 150 52 0 73 123 0 22 143 72
Binary 11111110 1101000 101010 0 111011 1010011 0 10010 1100011 111010

Color Harmonies of #FE682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE682A

Black with #FE682A

Text Example


Text Example

White with #FE682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE682A; }

 p { color: rgb(254,104,42); }

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

background-color css

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

 a { background-color: rgb(254,104,42); }

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

border-color css

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

 span { border-color: rgb(254,104,42); }

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