Html Css Color HEX #FE763B Burnt Orange

📋 copy color: '#FE763B'

red 254 ◦ green 118 ◦ blue 59

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

Shades of Burnt Orange #FE763B

Tints of Burnt Orange #FE763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 58.93%
G = 27.38%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE763B (or 0xFE763B) is known color: Burnt Orange. HEX triplet: FE, 76 and 3B. RGB value is (254,118,59). Sum of RGB (Red+Green+Blue) = 254+118+59=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE763B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE763B is #0189C4. Grayscale: #989898. Windows color (decimal): -100805 or 3897086. OLE color: 3897086.

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

Color convert

RGB 254 118 59 -
CMYK 0 0.54 0.77 0.00
HSL 18.15º 0.99% 0.61% -
HSV(B) 18.15º 0.77% 1% -
XYZ 48.14 34.34 8.23 -
YUV 151.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 254 118 59 0 0.54 0.77 0.00 18.15 0.99 0.61
Hex FE 76 3B 0 36 4D 0 12 63 3D
Octal 376 166 73 0 66 115 0 22 143 75
Binary 11111110 1110110 111011 0 110110 1001101 0 10010 1100011 111101

Color Harmonies of #FE763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE763B

Black with #FE763B

Text Example


Text Example

White with #FE763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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