Html Css Color HEX #FE763C Burnt Orange

📋 copy color: '#FE763C'

red 254 ◦ green 118 ◦ blue 60

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

Shades of Burnt Orange #FE763C

Tints of Burnt Orange #FE763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.89%

R = 58.8%
G = 27.31%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE763C (or 0xFE763C) is known color: Burnt Orange. HEX triplet: FE, 76 and 3C. RGB value is (254,118,60). Sum of RGB (Red+Green+Blue) = 254+118+60=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE763C is #0189C3. Grayscale: #989898. Windows color (decimal): -100804 or 3962622. OLE color: 3962622.

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

Color convert

RGB 254 118 60 -
CMYK 0 0.54 0.76 0.00
HSL 17.94º 0.99% 0.62% -
HSV(B) 17.94º 0.76% 1% -
XYZ 48.17 34.35 8.37 -
YUV 152.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 254 118 60 0 0.54 0.76 0.00 17.94 0.99 0.62
Hex FE 76 3C 0 36 4C 0 12 63 3E
Octal 376 166 74 0 66 114 0 22 143 76
Binary 11111110 1110110 111100 0 110110 1001100 0 10010 1100011 111110

Color Harmonies of #FE763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE763C

Black with #FE763C

Text Example


Text Example

White with #FE763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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