Html Css Color HEX #FC672C Burnt Orange

📋 copy color: '#FC672C'

red 252 ◦ green 103 ◦ blue 44

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

Shades of Burnt Orange #FC672C

Tints of Burnt Orange #FC672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 63.16%
G = 25.81%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC672C (or 0xFC672C) is known color: Burnt Orange. HEX triplet: FC, 67 and 2C. RGB value is (252,103,44). Sum of RGB (Red+Green+Blue) = 252+103+44=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC672C is #0398D3. Grayscale: #8D8D8D. Windows color (decimal): -235732 or 2910204. OLE color: 2910204.

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

Color convert

RGB 252 103 44 -
CMYK 0 0.59 0.83 0.01
HSL 17.02º 0.97% 0.58% -
HSV(B) 17.02º 0.83% 0.99% -
XYZ 45.45 30.58 5.89 -
YUV 140.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 252 103 44 0 0.59 0.83 0.01 17.02 0.97 0.58
Hex FC 67 2C 0 3B 53 1 11 61 3A
Octal 374 147 54 0 73 123 1 21 141 72
Binary 11111100 1100111 101100 0 111011 1010011 1 10001 1100001 111010

Color Harmonies of #FC672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC672C

Black with #FC672C

Text Example


Text Example

White with #FC672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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