Html Css Color HEX #FC742A Burnt Orange

📋 copy color: '#FC742A'

red 252 ◦ green 116 ◦ blue 42

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

Shades of Burnt Orange #FC742A

Tints of Burnt Orange #FC742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 61.46%
G = 28.29%
B = 10.24%

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

#FC742A (or 0xFC742A) is known color: Burnt Orange. HEX triplet: FC, 74 and 2A. RGB value is (252,116,42). Sum of RGB (Red+Green+Blue) = 252+116+42=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742A is #038BD5. Grayscale: #949494. Windows color (decimal): -232406 or 2782460. OLE color: 2782460.

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

Color convert

RGB 252 116 42 -
CMYK 0 0.54 0.83 0.01
HSL 21.14º 0.97% 0.58% -
HSV(B) 21.14º 0.83% 0.99% -
XYZ 46.81 33.35 6.16 -
YUV 148.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 252 116 42 0 0.54 0.83 0.01 21.14 0.97 0.58
Hex FC 74 2A 0 36 53 1 15 61 3A
Octal 374 164 52 0 66 123 1 25 141 72
Binary 11111100 1110100 101010 0 110110 1010011 1 10101 1100001 111010

Color Harmonies of #FC742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC742A

Black with #FC742A

Text Example


Text Example

White with #FC742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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