Html Css Color HEX #FE6D2D Burnt Orange

📋 copy color: '#FE6D2D'

red 254 ◦ green 109 ◦ blue 45

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

Shades of Burnt Orange #FE6D2D

Tints of Burnt Orange #FE6D2D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 62.25%
G = 26.72%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE6D2D (or 0xFE6D2D) is known color: Burnt Orange. HEX triplet: FE, 6D and 2D. RGB value is (254,109,45). Sum of RGB (Red+Green+Blue) = 254+109+45=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D2D is #0192D2. Grayscale: #919191. Windows color (decimal): -103123 or 2977278. OLE color: 2977278.

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

Color convert

RGB 254 109 45 -
CMYK 0 0.57 0.82 0.00
HSL 18.37º 0.99% 0.59% -
HSV(B) 18.37º 0.82% 1% -
XYZ 46.82 32.2 6.23 -
YUV 145.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 254 109 45 0 0.57 0.82 0.00 18.37 0.99 0.59
Hex FE 6D 2D 0 39 52 0 12 63 3B
Octal 376 155 55 0 71 122 0 22 143 73
Binary 11111110 1101101 101101 0 111001 1010010 0 10010 1100011 111011

Color Harmonies of #FE6D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D2D

Black with #FE6D2D

Text Example


Text Example

White with #FE6D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D2D; }

 p { color: rgb(254,109,45); }

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

background-color css

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

 a { background-color: rgb(254,109,45); }

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

border-color css

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

 span { border-color: rgb(254,109,45); }

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