Html Css Color HEX #FE7B2D Burnt Orange

📋 copy color: '#FE7B2D'

red 254 ◦ green 123 ◦ blue 45

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

Shades of Burnt Orange #FE7B2D

Tints of Burnt Orange #FE7B2D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 60.19%
G = 29.15%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE7B2D (or 0xFE7B2D) is known color: Burnt Orange. HEX triplet: FE, 7B and 2D. RGB value is (254,123,45). Sum of RGB (Red+Green+Blue) = 254+123+45=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B2D is #0184D2. Grayscale: #999999. Windows color (decimal): -99539 or 2980862. OLE color: 2980862.

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

Color convert

RGB 254 123 45 -
CMYK 0 0.52 0.82 0.00
HSL 22.39º 0.99% 0.59% -
HSV(B) 22.39º 0.82% 1% -
XYZ 48.43 35.43 6.77 -
YUV 153.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 254 123 45 0 0.52 0.82 0.00 22.39 0.99 0.59
Hex FE 7B 2D 0 34 52 0 16 63 3B
Octal 376 173 55 0 64 122 0 26 143 73
Binary 11111110 1111011 101101 0 110100 1010010 0 10110 1100011 111011

Color Harmonies of #FE7B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B2D

Black with #FE7B2D

Text Example


Text Example

White with #FE7B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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