Html Css Color HEX #FC772C Burnt Orange

📋 copy color: '#FC772C'

red 252 ◦ green 119 ◦ blue 44

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

Shades of Burnt Orange #FC772C

Tints of Burnt Orange #FC772C

RGB

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

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

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

R = 60.72%
G = 28.67%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC772C (or 0xFC772C) is known color: Burnt Orange. HEX triplet: FC, 77 and 2C. RGB value is (252,119,44). Sum of RGB (Red+Green+Blue) = 252+119+44=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC772C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC772C is #0388D3. Grayscale: #969696. Windows color (decimal): -231636 or 2914300. OLE color: 2914300.

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

Color convert

RGB 252 119 44 -
CMYK 0 0.53 0.83 0.01
HSL 21.63º 0.97% 0.58% -
HSV(B) 21.63º 0.83% 0.99% -
XYZ 47.2 34.07 6.47 -
YUV 150.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 252 119 44 0 0.53 0.83 0.01 21.63 0.97 0.58
Hex FC 77 2C 0 35 53 1 16 61 3A
Octal 374 167 54 0 65 123 1 26 141 72
Binary 11111100 1110111 101100 0 110101 1010011 1 10110 1100001 111010

Color Harmonies of #FC772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC772C

Black with #FC772C

Text Example


Text Example

White with #FC772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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