Html Css Color HEX #FE733C Burnt Orange

📋 copy color: '#FE733C'

red 254 ◦ green 115 ◦ blue 60

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

Shades of Burnt Orange #FE733C

Tints of Burnt Orange #FE733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

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

R = 59.21%
G = 26.81%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE733C (or 0xFE733C) is known color: Burnt Orange. HEX triplet: FE, 73 and 3C. RGB value is (254,115,60). Sum of RGB (Red+Green+Blue) = 254+115+60=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE733C is #018CC3. Grayscale: #969696. Windows color (decimal): -101572 or 3961854. OLE color: 3961854.

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

Color convert

RGB 254 115 60 -
CMYK 0 0.55 0.76 0.00
HSL 17.01º 0.99% 0.62% -
HSV(B) 17.01º 0.76% 1% -
XYZ 47.82 33.66 8.25 -
YUV 150.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 254 115 60 0 0.55 0.76 0.00 17.01 0.99 0.62
Hex FE 73 3C 0 37 4C 0 11 63 3E
Octal 376 163 74 0 67 114 0 21 143 76
Binary 11111110 1110011 111100 0 110111 1001100 0 10001 1100011 111110

Color Harmonies of #FE733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE733C

Black with #FE733C

Text Example


Text Example

White with #FE733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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