Html Css Color HEX #FC672D Burnt Orange

📋 copy color: '#FC672D'

red 252 ◦ green 103 ◦ blue 45

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

Shades of Burnt Orange #FC672D

Tints of Burnt Orange #FC672D

RGB

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

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

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

R = 63%
G = 25.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC672D (or 0xFC672D) is known color: Burnt Orange. HEX triplet: FC, 67 and 2D. RGB value is (252,103,45). Sum of RGB (Red+Green+Blue) = 252+103+45=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC672D is #0398D2. Grayscale: #8D8D8D. Windows color (decimal): -235731 or 2975740. OLE color: 2975740.

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

Color convert

RGB 252 103 45 -
CMYK 0 0.59 0.82 0.01
HSL 16.81º 0.97% 0.58% -
HSV(B) 16.81º 0.82% 0.99% -
XYZ 45.47 30.59 5.99 -
YUV 140.94 73.86 207.22 -
System Red Green Blue C M Y K H S L
Decimal 252 103 45 0 0.59 0.82 0.01 16.81 0.97 0.58
Hex FC 67 2D 0 3B 52 1 11 61 3A
Octal 374 147 55 0 73 122 1 21 141 72
Binary 11111100 1100111 101101 0 111011 1010010 1 10001 1100001 111010

Color Harmonies of #FC672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC672D

Black with #FC672D

Text Example


Text Example

White with #FC672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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