Html Css Color HEX #FC672B Burnt Orange

📋 copy color: '#FC672B'

red 252 ◦ green 103 ◦ blue 43

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

Shades of Burnt Orange #FC672B

Tints of Burnt Orange #FC672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 63.32%
G = 25.88%
B = 10.8%

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

#FC672B (or 0xFC672B) is known color: Burnt Orange. HEX triplet: FC, 67 and 2B. RGB value is (252,103,43). Sum of RGB (Red+Green+Blue) = 252+103+43=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC672B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC672B is #0398D4. Grayscale: #8D8D8D. Windows color (decimal): -235733 or 2844668. OLE color: 2844668.

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

Color convert

RGB 252 103 43 -
CMYK 0 0.59 0.83 0.01
HSL 17.22º 0.97% 0.58% -
HSV(B) 17.22º 0.83% 0.99% -
XYZ 45.43 30.57 5.79 -
YUV 140.71 72.86 207.38 -
System Red Green Blue C M Y K H S L
Decimal 252 103 43 0 0.59 0.83 0.01 17.22 0.97 0.58
Hex FC 67 2B 0 3B 53 1 11 61 3A
Octal 374 147 53 0 73 123 1 21 141 72
Binary 11111100 1100111 101011 0 111011 1010011 1 10001 1100001 111010

Color Harmonies of #FC672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC672B

Black with #FC672B

Text Example


Text Example

White with #FC672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC672B; }

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

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

background-color css

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

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

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

border-color css

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

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

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