Html Css Color HEX #FC772F Burnt Orange

📋 copy color: '#FC772F'

red 252 ◦ green 119 ◦ blue 47

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

Shades of Burnt Orange #FC772F

Tints of Burnt Orange #FC772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

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

R = 60.29%
G = 28.47%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC772F (or 0xFC772F) is known color: Burnt Orange. HEX triplet: FC, 77 and 2F. RGB value is (252,119,47). Sum of RGB (Red+Green+Blue) = 252+119+47=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC772F is #0388D0. Grayscale: #969696. Windows color (decimal): -231633 or 3110908. OLE color: 3110908.

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

Color convert

RGB 252 119 47 -
CMYK 0 0.53 0.81 0.01
HSL 21.07º 0.97% 0.59% -
HSV(B) 21.07º 0.81% 0.99% -
XYZ 47.25 34.09 6.78 -
YUV 150.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 252 119 47 0 0.53 0.81 0.01 21.07 0.97 0.59
Hex FC 77 2F 0 35 51 1 15 61 3B
Octal 374 167 57 0 65 121 1 25 141 73
Binary 11111100 1110111 101111 0 110101 1010001 1 10101 1100001 111011

Color Harmonies of #FC772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC772F

Black with #FC772F

Text Example


Text Example

White with #FC772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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