Html Css Color HEX #FC762B Burnt Orange

📋 copy color: '#FC762B'

red 252 ◦ green 118 ◦ blue 43

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

Shades of Burnt Orange #FC762B

Tints of Burnt Orange #FC762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 61.02%
G = 28.57%
B = 10.41%

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

#FC762B (or 0xFC762B) is known color: Burnt Orange. HEX triplet: FC, 76 and 2B. RGB value is (252,118,43). Sum of RGB (Red+Green+Blue) = 252+118+43=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC762B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC762B is #0389D4. Grayscale: #959595. Windows color (decimal): -231893 or 2848508. OLE color: 2848508.

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

Color convert

RGB 252 118 43 -
CMYK 0 0.53 0.83 0.01
HSL 21.53º 0.97% 0.58% -
HSV(B) 21.53º 0.83% 0.99% -
XYZ 47.06 33.83 6.33 -
YUV 149.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 252 118 43 0 0.53 0.83 0.01 21.53 0.97 0.58
Hex FC 76 2B 0 35 53 1 16 61 3A
Octal 374 166 53 0 65 123 1 26 141 72
Binary 11111100 1110110 101011 0 110101 1010011 1 10110 1100001 111010

Color Harmonies of #FC762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC762B

Black with #FC762B

Text Example


Text Example

White with #FC762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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