Html Css Color HEX #FC762F Burnt Orange

📋 copy color: '#FC762F'

red 252 ◦ green 118 ◦ blue 47

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

Shades of Burnt Orange #FC762F

Tints of Burnt Orange #FC762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 60.43%
G = 28.3%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC762F (or 0xFC762F) is known color: Burnt Orange. HEX triplet: FC, 76 and 2F. RGB value is (252,118,47). Sum of RGB (Red+Green+Blue) = 252+118+47=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC762F is #0389D0. Grayscale: #969696. Windows color (decimal): -231889 or 3110652. OLE color: 3110652.

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

Color convert

RGB 252 118 47 -
CMYK 0 0.53 0.81 0.01
HSL 20.78º 0.97% 0.59% -
HSV(B) 20.78º 0.81% 0.99% -
XYZ 47.14 33.86 6.74 -
YUV 149.97 69.89 200.77 -
System Red Green Blue C M Y K H S L
Decimal 252 118 47 0 0.53 0.81 0.01 20.78 0.97 0.59
Hex FC 76 2F 0 35 51 1 15 61 3B
Octal 374 166 57 0 65 121 1 25 141 73
Binary 11111100 1110110 101111 0 110101 1010001 1 10101 1100001 111011

Color Harmonies of #FC762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC762F

Black with #FC762F

Text Example


Text Example

White with #FC762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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