Html Css Color HEX #FC7C38 Burnt Orange

📋 copy color: '#FC7C38'

red 252 ◦ green 124 ◦ blue 56

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

Shades of Burnt Orange #FC7C38

Tints of Burnt Orange #FC7C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

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

R = 58.33%
G = 28.7%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC7C38 (or 0xFC7C38) is known color: Burnt Orange. HEX triplet: FC, 7C and 38. RGB value is (252,124,56). Sum of RGB (Red+Green+Blue) = 252+124+56=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C38 is #0383C7. Grayscale: #9A9A9A. Windows color (decimal): -230344 or 3702012. OLE color: 3702012.

HSL color Cylindrical-coordinate representation of color #FC7C38: hue angle of 20.82º 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 #FC7C38 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 56 -
CMYK 0 0.51 0.78 0.01
HSL 20.82º 0.97% 0.6% -
HSV(B) 20.82º 0.78% 0.99% -
XYZ 48.07 35.4 8.04 -
YUV 154.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 252 124 56 0 0.51 0.78 0.01 20.82 0.97 0.6
Hex FC 7C 38 0 33 4E 1 15 61 3C
Octal 374 174 70 0 63 116 1 25 141 74
Binary 11111100 1111100 111000 0 110011 1001110 1 10101 1100001 111100

Color Harmonies of #FC7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C38

Black with #FC7C38

Text Example


Text Example

White with #FC7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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