Html Css Color HEX #FC7D38 Burnt Orange

📋 copy color: '#FC7D38'

red 252 ◦ green 125 ◦ blue 56

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

Shades of Burnt Orange #FC7D38

Tints of Burnt Orange #FC7D38

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

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

R = 58.2%
G = 28.87%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC7D38 (or 0xFC7D38) is known color: Burnt Orange. HEX triplet: FC, 7D and 38. RGB value is (252,125,56). Sum of RGB (Red+Green+Blue) = 252+125+56=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D38 is #0382C7. Grayscale: #9B9B9B. Windows color (decimal): -230088 or 3702268. OLE color: 3702268.

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

Color convert

RGB 252 125 56 -
CMYK 0 0.50 0.78 0.01
HSL 21.12º 0.97% 0.6% -
HSV(B) 21.12º 0.78% 0.99% -
XYZ 48.19 35.65 8.08 -
YUV 155.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 252 125 56 0 0.50 0.78 0.01 21.12 0.97 0.6
Hex FC 7D 38 0 32 4E 1 15 61 3C
Octal 374 175 70 0 62 116 1 25 141 74
Binary 11111100 1111101 111000 0 110010 1001110 1 10101 1100001 111100

Color Harmonies of #FC7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D38

Black with #FC7D38

Text Example


Text Example

White with #FC7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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