Html Css Color HEX #FC742F Burnt Orange

📋 copy color: '#FC742F'

red 252 ◦ green 116 ◦ blue 47

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

Shades of Burnt Orange #FC742F

Tints of Burnt Orange #FC742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 60.72%
G = 27.95%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC742F (or 0xFC742F) is known color: Burnt Orange. HEX triplet: FC, 74 and 2F. RGB value is (252,116,47). Sum of RGB (Red+Green+Blue) = 252+116+47=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742F is #038BD0. Grayscale: #959595. Windows color (decimal): -232401 or 3110140. OLE color: 3110140.

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

Color convert

RGB 252 116 47 -
CMYK 0 0.54 0.81 0.01
HSL 20.2º 0.97% 0.59% -
HSV(B) 20.2º 0.81% 0.99% -
XYZ 46.9 33.39 6.66 -
YUV 148.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 252 116 47 0 0.54 0.81 0.01 20.2 0.97 0.59
Hex FC 74 2F 0 36 51 1 14 61 3B
Octal 374 164 57 0 66 121 1 24 141 73
Binary 11111100 1110100 101111 0 110110 1010001 1 10100 1100001 111011

Color Harmonies of #FC742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC742F

Black with #FC742F

Text Example


Text Example

White with #FC742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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