Html Css Color HEX #FE7B3F Burnt Orange

📋 copy color: '#FE7B3F'

red 254 ◦ green 123 ◦ blue 63

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

Shades of Burnt Orange #FE7B3F

Tints of Burnt Orange #FE7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.32%

R = 57.73%
G = 27.95%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE7B3F (or 0xFE7B3F) is known color: Burnt Orange. HEX triplet: FE, 7B and 3F. RGB value is (254,123,63). Sum of RGB (Red+Green+Blue) = 254+123+63=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B3F is #0184C0. Grayscale: #9B9B9B. Windows color (decimal): -99521 or 4160510. OLE color: 4160510.

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

Color convert

RGB 254 123 63 -
CMYK 0 0.52 0.75 0.00
HSL 18.85º 0.99% 0.62% -
HSV(B) 18.85º 0.75% 1% -
XYZ 48.85 35.6 9 -
YUV 155.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 254 123 63 0 0.52 0.75 0.00 18.85 0.99 0.62
Hex FE 7B 3F 0 34 4B 0 13 63 3E
Octal 376 173 77 0 64 113 0 23 143 76
Binary 11111110 1111011 111111 0 110100 1001011 0 10011 1100011 111110

Color Harmonies of #FE7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B3F

Black with #FE7B3F

Text Example


Text Example

White with #FE7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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