Html Css Color HEX #FE6B2D Burnt Orange

📋 copy color: '#FE6B2D'

red 254 ◦ green 107 ◦ blue 45

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

Shades of Burnt Orange #FE6B2D

Tints of Burnt Orange #FE6B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 62.56%
G = 26.35%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE6B2D (or 0xFE6B2D) is known color: Burnt Orange. HEX triplet: FE, 6B and 2D. RGB value is (254,107,45). Sum of RGB (Red+Green+Blue) = 254+107+45=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B2D is #0194D2. Grayscale: #909090. Windows color (decimal): -103635 or 2976766. OLE color: 2976766.

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

Color convert

RGB 254 107 45 -
CMYK 0 0.58 0.82 0.00
HSL 17.8º 0.99% 0.59% -
HSV(B) 17.8º 0.82% 1% -
XYZ 46.6 31.78 6.16 -
YUV 143.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 254 107 45 0 0.58 0.82 0.00 17.8 0.99 0.59
Hex FE 6B 2D 0 3A 52 0 12 63 3B
Octal 376 153 55 0 72 122 0 22 143 73
Binary 11111110 1101011 101101 0 111010 1010010 0 10010 1100011 111011

Color Harmonies of #FE6B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B2D

Black with #FE6B2D

Text Example


Text Example

White with #FE6B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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