Html Css Color HEX #FE763D Burnt Orange

📋 copy color: '#FE763D'

red 254 ◦ green 118 ◦ blue 61

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

Shades of Burnt Orange #FE763D

Tints of Burnt Orange #FE763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 58.66%
G = 27.25%
B = 14.09%

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

#FE763D (or 0xFE763D) is known color: Burnt Orange. HEX triplet: FE, 76 and 3D. RGB value is (254,118,61). Sum of RGB (Red+Green+Blue) = 254+118+61=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE763D is #0189C2. Grayscale: #989898. Windows color (decimal): -100803 or 4028158. OLE color: 4028158.

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

Color convert

RGB 254 118 61 -
CMYK 0 0.54 0.76 0.00
HSL 17.72º 0.99% 0.62% -
HSV(B) 17.72º 0.76% 1% -
XYZ 48.19 34.36 8.51 -
YUV 152.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 254 118 61 0 0.54 0.76 0.00 17.72 0.99 0.62
Hex FE 76 3D 0 36 4C 0 12 63 3E
Octal 376 166 75 0 66 114 0 22 143 76
Binary 11111110 1110110 111101 0 110110 1001100 0 10010 1100011 111110

Color Harmonies of #FE763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE763D

Black with #FE763D

Text Example


Text Example

White with #FE763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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