Html Css Color HEX #FC783A Burnt Orange

📋 copy color: '#FC783A'

red 252 ◦ green 120 ◦ blue 58

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

Shades of Burnt Orange #FC783A

Tints of Burnt Orange #FC783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

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

R = 58.6%
G = 27.91%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC783A (or 0xFC783A) is known color: Burnt Orange. HEX triplet: FC, 78 and 3A. RGB value is (252,120,58). Sum of RGB (Red+Green+Blue) = 252+120+58=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC783A is #0387C5. Grayscale: #989898. Windows color (decimal): -231366 or 3832060. OLE color: 3832060.

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

Color convert

RGB 252 120 58 -
CMYK 0 0.52 0.77 0.01
HSL 19.18º 0.97% 0.61% -
HSV(B) 19.18º 0.77% 0.99% -
XYZ 47.63 34.43 8.14 -
YUV 152.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 252 120 58 0 0.52 0.77 0.01 19.18 0.97 0.61
Hex FC 78 3A 0 34 4D 1 13 61 3D
Octal 374 170 72 0 64 115 1 23 141 75
Binary 11111100 1111000 111010 0 110100 1001101 1 10011 1100001 111101

Color Harmonies of #FC783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC783A

Black with #FC783A

Text Example


Text Example

White with #FC783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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