Html Css Color HEX #FC672E Burnt Orange

📋 copy color: '#FC672E'

red 252 ◦ green 103 ◦ blue 46

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

Shades of Burnt Orange #FC672E

Tints of Burnt Orange #FC672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 62.84%
G = 25.69%
B = 11.47%

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

#FC672E (or 0xFC672E) is known color: Burnt Orange. HEX triplet: FC, 67 and 2E. RGB value is (252,103,46). Sum of RGB (Red+Green+Blue) = 252+103+46=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC672E is #0398D1. Grayscale: #8D8D8D. Windows color (decimal): -235730 or 3041276. OLE color: 3041276.

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

Color convert

RGB 252 103 46 -
CMYK 0 0.59 0.82 0.01
HSL 16.6º 0.97% 0.58% -
HSV(B) 16.6º 0.82% 0.99% -
XYZ 45.49 30.59 6.09 -
YUV 141.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 252 103 46 0 0.59 0.82 0.01 16.6 0.97 0.58
Hex FC 67 2E 0 3B 52 1 11 61 3A
Octal 374 147 56 0 73 122 1 21 141 72
Binary 11111100 1100111 101110 0 111011 1010010 1 10001 1100001 111010

Color Harmonies of #FC672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC672E

Black with #FC672E

Text Example


Text Example

White with #FC672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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