Html Css Color HEX #FE6C32 Burnt Orange

📋 copy color: '#FE6C32'

red 254 ◦ green 108 ◦ blue 50

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

Shades of Burnt Orange #FE6C32

Tints of Burnt Orange #FE6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 61.65%
G = 26.21%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6C32 (or 0xFE6C32) is known color: Burnt Orange. HEX triplet: FE, 6C and 32. RGB value is (254,108,50). Sum of RGB (Red+Green+Blue) = 254+108+50=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C32 is #0193CD. Grayscale: #919191. Windows color (decimal): -103374 or 3304702. OLE color: 3304702.

HSL color Cylindrical-coordinate representation of color #FE6C32: hue angle of 17.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6C32 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 108 50 -
CMYK 0 0.57 0.80 0.00
HSL 17.06º 0.99% 0.6% -
HSV(B) 17.06º 0.8% 1% -
XYZ 46.81 32.03 6.73 -
YUV 145.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 254 108 50 0 0.57 0.80 0.00 17.06 0.99 0.6
Hex FE 6C 32 0 39 50 0 11 63 3C
Octal 376 154 62 0 71 120 0 21 143 74
Binary 11111110 1101100 110010 0 111001 1010000 0 10001 1100011 111100

Color Harmonies of #FE6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C32

Black with #FE6C32

Text Example


Text Example

White with #FE6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C32; }

 p { color: rgb(254,108,50); }

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

background-color css

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

 a { background-color: rgb(254,108,50); }

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

border-color css

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

 span { border-color: rgb(254,108,50); }

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