Html Css Color HEX #FC782A Burnt Orange

📋 copy color: '#FC782A'

red 252 ◦ green 120 ◦ blue 42

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

Shades of Burnt Orange #FC782A

Tints of Burnt Orange #FC782A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 60.87%
G = 28.99%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC782A (or 0xFC782A) is known color: Burnt Orange. HEX triplet: FC, 78 and 2A. RGB value is (252,120,42). Sum of RGB (Red+Green+Blue) = 252+120+42=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC782A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC782A is #0387D5. Grayscale: #979797. Windows color (decimal): -231382 or 2783484. OLE color: 2783484.

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

Color convert

RGB 252 120 42 -
CMYK 0 0.52 0.83 0.01
HSL 22.29º 0.97% 0.58% -
HSV(B) 22.29º 0.83% 0.99% -
XYZ 47.28 34.3 6.32 -
YUV 150.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 252 120 42 0 0.52 0.83 0.01 22.29 0.97 0.58
Hex FC 78 2A 0 34 53 1 16 61 3A
Octal 374 170 52 0 64 123 1 26 141 72
Binary 11111100 1111000 101010 0 110100 1010011 1 10110 1100001 111010

Color Harmonies of #FC782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC782A

Black with #FC782A

Text Example


Text Example

White with #FC782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC782A; }

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

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

background-color css

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

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

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

border-color css

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

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

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