Html Css Color HEX #FC6C38 Burnt Orange

📋 copy color: '#FC6C38'

red 252 ◦ green 108 ◦ blue 56

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

Shades of Burnt Orange #FC6C38

Tints of Burnt Orange #FC6C38

RGB

 RED value IS 252 (98.83% from 255) = 60.58%

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

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 60.58%
G = 25.96%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC6C38 (or 0xFC6C38) is known color: Burnt Orange. HEX triplet: FC, 6C and 38. RGB value is (252,108,56). Sum of RGB (Red+Green+Blue) = 252+108+56=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C38 is #0393C7. Grayscale: #919191. Windows color (decimal): -234440 or 3697916. OLE color: 3697916.

HSL color Cylindrical-coordinate representation of color #FC6C38: hue angle of 15.92º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC6C38 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 56 -
CMYK 0 0.57 0.78 0.01
HSL 15.92º 0.97% 0.6% -
HSV(B) 15.92º 0.78% 0.99% -
XYZ 46.22 31.71 7.43 -
YUV 145.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 252 108 56 0 0.57 0.78 0.01 15.92 0.97 0.6
Hex FC 6C 38 0 39 4E 1 10 61 3C
Octal 374 154 70 0 71 116 1 20 141 74
Binary 11111100 1101100 111000 0 111001 1001110 1 10000 1100001 111100

Color Harmonies of #FC6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C38

Black with #FC6C38

Text Example


Text Example

White with #FC6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C38; }

 p { color: rgb(252,108,56); }

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

background-color css

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

 a { background-color: rgb(252,108,56); }

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

border-color css

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

 span { border-color: rgb(252,108,56); }

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