Html Css Color HEX #FC742E Burnt Orange

📋 copy color: '#FC742E'

red 252 ◦ green 116 ◦ blue 46

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

Shades of Burnt Orange #FC742E

Tints of Burnt Orange #FC742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 60.87%
G = 28.02%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC742E (or 0xFC742E) is known color: Burnt Orange. HEX triplet: FC, 74 and 2E. RGB value is (252,116,46). Sum of RGB (Red+Green+Blue) = 252+116+46=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742E is #038BD1. Grayscale: #959595. Windows color (decimal): -232402 or 3044604. OLE color: 3044604.

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

Color convert

RGB 252 116 46 -
CMYK 0 0.54 0.82 0.01
HSL 20.39º 0.97% 0.58% -
HSV(B) 20.39º 0.82% 0.99% -
XYZ 46.88 33.38 6.56 -
YUV 148.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 252 116 46 0 0.54 0.82 0.01 20.39 0.97 0.58
Hex FC 74 2E 0 36 52 1 14 61 3A
Octal 374 164 56 0 66 122 1 24 141 72
Binary 11111100 1110100 101110 0 110110 1010010 1 10100 1100001 111010

Color Harmonies of #FC742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC742E

Black with #FC742E

Text Example


Text Example

White with #FC742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC742E; }

 p { color: rgb(252,116,46); }

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

background-color css

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

 a { background-color: rgb(252,116,46); }

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

border-color css

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

 span { border-color: rgb(252,116,46); }

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