Html Css Color HEX #FC792F Burnt Orange

📋 copy color: '#FC792F'

red 252 ◦ green 121 ◦ blue 47

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

Shades of Burnt Orange #FC792F

Tints of Burnt Orange #FC792F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 60%
G = 28.81%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC792F (or 0xFC792F) is known color: Burnt Orange. HEX triplet: FC, 79 and 2F. RGB value is (252,121,47). Sum of RGB (Red+Green+Blue) = 252+121+47=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC792F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC792F is #0386D0. Grayscale: #989898. Windows color (decimal): -231121 or 3111420. OLE color: 3111420.

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

Color convert

RGB 252 121 47 -
CMYK 0 0.52 0.81 0.01
HSL 21.66º 0.97% 0.59% -
HSV(B) 21.66º 0.81% 0.99% -
XYZ 47.5 34.58 6.86 -
YUV 151.73 68.9 199.52 -
System Red Green Blue C M Y K H S L
Decimal 252 121 47 0 0.52 0.81 0.01 21.66 0.97 0.59
Hex FC 79 2F 0 34 51 1 16 61 3B
Octal 374 171 57 0 64 121 1 26 141 73
Binary 11111100 1111001 101111 0 110100 1010001 1 10110 1100001 111011

Color Harmonies of #FC792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC792F

Black with #FC792F

Text Example


Text Example

White with #FC792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC792F; }

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

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

background-color css

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

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

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

border-color css

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

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

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