Html Css Color HEX #FC7E3A Burnt Orange

📋 copy color: '#FC7E3A'

red 252 ◦ green 126 ◦ blue 58

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

Shades of Burnt Orange #FC7E3A

Tints of Burnt Orange #FC7E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 57.8%
G = 28.9%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC7E3A (or 0xFC7E3A) is known color: Burnt Orange. HEX triplet: FC, 7E and 3A. RGB value is (252,126,58). Sum of RGB (Red+Green+Blue) = 252+126+58=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E3A is #0381C5. Grayscale: #9C9C9C. Windows color (decimal): -229830 or 3833596. OLE color: 3833596.

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

Color convert

RGB 252 126 58 -
CMYK 0 0.5 0.77 0.01
HSL 21.03º 0.97% 0.61% -
HSV(B) 21.03º 0.77% 0.99% -
XYZ 48.37 35.92 8.39 -
YUV 155.92 72.74 196.53 -
System Red Green Blue C M Y K H S L
Decimal 252 126 58 0 0.5 0.77 0.01 21.03 0.97 0.61
Hex FC 7E 3A 0 32 4D 1 15 61 3D
Octal 374 176 72 0 62 115 1 25 141 75
Binary 11111100 1111110 111010 0 110010 1001101 1 10101 1100001 111101

Color Harmonies of #FC7E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E3A

Black with #FC7E3A

Text Example


Text Example

White with #FC7E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E3A; }

 p { color: rgb(252,126,58); }

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

background-color css

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

 a { background-color: rgb(252,126,58); }

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

border-color css

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

 span { border-color: rgb(252,126,58); }

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