Html Css Color HEX #FE7A3D Burnt Orange

📋 copy color: '#FE7A3D'

red 254 ◦ green 122 ◦ blue 61

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

Shades of Burnt Orange #FE7A3D

Tints of Burnt Orange #FE7A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

 BLUE value IS 61 (24.22% from 255) = 13.96%

R = 58.12%
G = 27.92%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE7A3D (or 0xFE7A3D) is known color: Burnt Orange. HEX triplet: FE, 7A and 3D. RGB value is (254,122,61). Sum of RGB (Red+Green+Blue) = 254+122+61=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A3D is #0185C2. Grayscale: #9A9A9A. Windows color (decimal): -99779 or 4029182. OLE color: 4029182.

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

Color convert

RGB 254 122 61 -
CMYK 0 0.52 0.76 0.00
HSL 18.96º 0.99% 0.62% -
HSV(B) 18.96º 0.76% 1% -
XYZ 48.67 35.33 8.67 -
YUV 154.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 254 122 61 0 0.52 0.76 0.00 18.96 0.99 0.62
Hex FE 7A 3D 0 34 4C 0 13 63 3E
Octal 376 172 75 0 64 114 0 23 143 76
Binary 11111110 1111010 111101 0 110100 1001100 0 10011 1100011 111110

Color Harmonies of #FE7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A3D

Black with #FE7A3D

Text Example


Text Example

White with #FE7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A3D; }

 p { color: rgb(254,122,61); }

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

background-color css

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

 a { background-color: rgb(254,122,61); }

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

border-color css

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

 span { border-color: rgb(254,122,61); }

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