Html Css Color HEX #FC762A Burnt Orange

📋 copy color: '#FC762A'

red 252 ◦ green 118 ◦ blue 42

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

Shades of Burnt Orange #FC762A

Tints of Burnt Orange #FC762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 61.17%
G = 28.64%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC762A (or 0xFC762A) is known color: Burnt Orange. HEX triplet: FC, 76 and 2A. RGB value is (252,118,42). Sum of RGB (Red+Green+Blue) = 252+118+42=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC762A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC762A is #0389D5. Grayscale: #959595. Windows color (decimal): -231894 or 2782972. OLE color: 2782972.

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

Color convert

RGB 252 118 42 -
CMYK 0 0.53 0.83 0.01
HSL 21.71º 0.97% 0.58% -
HSV(B) 21.71º 0.83% 0.99% -
XYZ 47.04 33.82 6.24 -
YUV 149.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 252 118 42 0 0.53 0.83 0.01 21.71 0.97 0.58
Hex FC 76 2A 0 35 53 1 16 61 3A
Octal 374 166 52 0 65 123 1 26 141 72
Binary 11111100 1110110 101010 0 110101 1010011 1 10110 1100001 111010

Color Harmonies of #FC762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC762A

Black with #FC762A

Text Example


Text Example

White with #FC762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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