Html Css Color HEX #FE7B2B Burnt Orange

📋 copy color: '#FE7B2B'

red 254 ◦ green 123 ◦ blue 43

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

Shades of Burnt Orange #FE7B2B

Tints of Burnt Orange #FE7B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.24%

R = 60.48%
G = 29.29%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE7B2B (or 0xFE7B2B) is known color: Burnt Orange. HEX triplet: FE, 7B and 2B. RGB value is (254,123,43). Sum of RGB (Red+Green+Blue) = 254+123+43=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B2B is #0184D4. Grayscale: #999999. Windows color (decimal): -99541 or 2849790. OLE color: 2849790.

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

Color convert

RGB 254 123 43 -
CMYK 0 0.52 0.83 0.00
HSL 22.75º 0.99% 0.58% -
HSV(B) 22.75º 0.83% 1% -
XYZ 48.39 35.41 6.57 -
YUV 153.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 254 123 43 0 0.52 0.83 0.00 22.75 0.99 0.58
Hex FE 7B 2B 0 34 53 0 17 63 3A
Octal 376 173 53 0 64 123 0 27 143 72
Binary 11111110 1111011 101011 0 110100 1010011 0 10111 1100011 111010

Color Harmonies of #FE7B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B2B

Black with #FE7B2B

Text Example


Text Example

White with #FE7B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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