Html Css Color HEX #FC772D Burnt Orange

📋 copy color: '#FC772D'

red 252 ◦ green 119 ◦ blue 45

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

Shades of Burnt Orange #FC772D

Tints of Burnt Orange #FC772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 60.58%
G = 28.61%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC772D (or 0xFC772D) is known color: Burnt Orange. HEX triplet: FC, 77 and 2D. RGB value is (252,119,45). Sum of RGB (Red+Green+Blue) = 252+119+45=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC772D is #0388D2. Grayscale: #969696. Windows color (decimal): -231635 or 2979836. OLE color: 2979836.

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

Color convert

RGB 252 119 45 -
CMYK 0 0.53 0.82 0.01
HSL 21.45º 0.97% 0.58% -
HSV(B) 21.45º 0.82% 0.99% -
XYZ 47.22 34.08 6.57 -
YUV 150.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 252 119 45 0 0.53 0.82 0.01 21.45 0.97 0.58
Hex FC 77 2D 0 35 52 1 15 61 3A
Octal 374 167 55 0 65 122 1 25 141 72
Binary 11111100 1110111 101101 0 110101 1010010 1 10101 1100001 111010

Color Harmonies of #FC772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC772D

Black with #FC772D

Text Example


Text Example

White with #FC772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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