Html Css Color HEX #FE763F Burnt Orange

📋 copy color: '#FE763F'

red 254 ◦ green 118 ◦ blue 63

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

Shades of Burnt Orange #FE763F

Tints of Burnt Orange #FE763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 58.39%
G = 27.13%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE763F (or 0xFE763F) is known color: Burnt Orange. HEX triplet: FE, 76 and 3F. RGB value is (254,118,63). Sum of RGB (Red+Green+Blue) = 254+118+63=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE763F is #0189C0. Grayscale: #989898. Windows color (decimal): -100801 or 4159230. OLE color: 4159230.

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

Color convert

RGB 254 118 63 -
CMYK 0 0.54 0.75 0.00
HSL 17.28º 0.99% 0.62% -
HSV(B) 17.28º 0.75% 1% -
XYZ 48.25 34.39 8.8 -
YUV 152.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 254 118 63 0 0.54 0.75 0.00 17.28 0.99 0.62
Hex FE 76 3F 0 36 4B 0 11 63 3E
Octal 376 166 77 0 66 113 0 21 143 76
Binary 11111110 1110110 111111 0 110110 1001011 0 10001 1100011 111110

Color Harmonies of #FE763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE763F

Black with #FE763F

Text Example


Text Example

White with #FE763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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