Html Css Color HEX #FC6B3A Burnt Orange

📋 copy color: '#FC6B3A'

red 252 ◦ green 107 ◦ blue 58

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

Shades of Burnt Orange #FC6B3A

Tints of Burnt Orange #FC6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 60.43%
G = 25.66%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC6B3A (or 0xFC6B3A) is known color: Burnt Orange. HEX triplet: FC, 6B and 3A. RGB value is (252,107,58). Sum of RGB (Red+Green+Blue) = 252+107+58=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B3A is #0394C5. Grayscale: #919191. Windows color (decimal): -234694 or 3828732. OLE color: 3828732.

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

Color convert

RGB 252 107 58 -
CMYK 0 0.58 0.77 0.01
HSL 15.15º 0.97% 0.61% -
HSV(B) 15.15º 0.77% 0.99% -
XYZ 46.17 31.52 7.65 -
YUV 144.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 252 107 58 0 0.58 0.77 0.01 15.15 0.97 0.61
Hex FC 6B 3A 0 3A 4D 1 F 61 3D
Octal 374 153 72 0 72 115 1 17 141 75
Binary 11111100 1101011 111010 0 111010 1001101 1 1111 1100001 111101

Color Harmonies of #FC6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B3A

Black with #FC6B3A

Text Example


Text Example

White with #FC6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B3A; }

 p { color: rgb(252,107,58); }

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

background-color css

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

 a { background-color: rgb(252,107,58); }

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

border-color css

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

 span { border-color: rgb(252,107,58); }

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