Html Css Color HEX #FC742D Burnt Orange

📋 copy color: '#FC742D'

red 252 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #FC742D

Tints of Burnt Orange #FC742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 61.02%
G = 28.09%
B = 10.9%

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

#FC742D (or 0xFC742D) is known color: Burnt Orange. HEX triplet: FC, 74 and 2D. RGB value is (252,116,45). Sum of RGB (Red+Green+Blue) = 252+116+45=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742D is #038BD2. Grayscale: #949494. Windows color (decimal): -232403 or 2979068. OLE color: 2979068.

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

Color convert

RGB 252 116 45 -
CMYK 0 0.54 0.82 0.01
HSL 20.58º 0.97% 0.58% -
HSV(B) 20.58º 0.82% 0.99% -
XYZ 46.86 33.38 6.45 -
YUV 148.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 252 116 45 0 0.54 0.82 0.01 20.58 0.97 0.58
Hex FC 74 2D 0 36 52 1 15 61 3A
Octal 374 164 55 0 66 122 1 25 141 72
Binary 11111100 1110100 101101 0 110110 1010010 1 10101 1100001 111010

Color Harmonies of #FC742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC742D

Black with #FC742D

Text Example


Text Example

White with #FC742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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