Html Css Color HEX #FC742C Burnt Orange

📋 copy color: '#FC742C'

red 252 ◦ green 116 ◦ blue 44

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

Shades of Burnt Orange #FC742C

Tints of Burnt Orange #FC742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 61.17%
G = 28.16%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC742C (or 0xFC742C) is known color: Burnt Orange. HEX triplet: FC, 74 and 2C. RGB value is (252,116,44). Sum of RGB (Red+Green+Blue) = 252+116+44=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742C is #038BD3. Grayscale: #949494. Windows color (decimal): -232404 or 2913532. OLE color: 2913532.

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

Color convert

RGB 252 116 44 -
CMYK 0 0.54 0.83 0.01
HSL 20.77º 0.97% 0.58% -
HSV(B) 20.77º 0.83% 0.99% -
XYZ 46.84 33.37 6.35 -
YUV 148.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 252 116 44 0 0.54 0.83 0.01 20.77 0.97 0.58
Hex FC 74 2C 0 36 53 1 15 61 3A
Octal 374 164 54 0 66 123 1 25 141 72
Binary 11111100 1110100 101100 0 110110 1010011 1 10101 1100001 111010

Color Harmonies of #FC742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC742C

Black with #FC742C

Text Example


Text Example

White with #FC742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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