Html Css Color HEX #FE682F Burnt Orange

📋 copy color: '#FE682F'

red 254 ◦ green 104 ◦ blue 47

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

Shades of Burnt Orange #FE682F

Tints of Burnt Orange #FE682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.6%

R = 62.72%
G = 25.68%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE682F (or 0xFE682F) is known color: Burnt Orange. HEX triplet: FE, 68 and 2F. RGB value is (254,104,47). Sum of RGB (Red+Green+Blue) = 254+104+47=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE682F is #0197D0. Grayscale: #8E8E8E. Windows color (decimal): -104401 or 3107070. OLE color: 3107070.

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

Color convert

RGB 254 104 47 -
CMYK 0 0.59 0.81 0.00
HSL 16.52º 0.99% 0.59% -
HSV(B) 16.52º 0.81% 1% -
XYZ 46.34 31.18 6.26 -
YUV 142.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 254 104 47 0 0.59 0.81 0.00 16.52 0.99 0.59
Hex FE 68 2F 0 3B 51 0 11 63 3B
Octal 376 150 57 0 73 121 0 21 143 73
Binary 11111110 1101000 101111 0 111011 1010001 0 10001 1100011 111011

Color Harmonies of #FE682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE682F

Black with #FE682F

Text Example


Text Example

White with #FE682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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