Html Css Color HEX #FC752F Burnt Orange

📋 copy color: '#FC752F'

red 252 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #FC752F

Tints of Burnt Orange #FC752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 60.58%
G = 28.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC752F (or 0xFC752F) is known color: Burnt Orange. HEX triplet: FC, 75 and 2F. RGB value is (252,117,47). Sum of RGB (Red+Green+Blue) = 252+117+47=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC752F is #038AD0. Grayscale: #959595. Windows color (decimal): -232145 or 3110396. OLE color: 3110396.

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

Color convert

RGB 252 117 47 -
CMYK 0 0.54 0.81 0.01
HSL 20.49º 0.97% 0.59% -
HSV(B) 20.49º 0.81% 0.99% -
XYZ 47.02 33.62 6.7 -
YUV 149.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 252 117 47 0 0.54 0.81 0.01 20.49 0.97 0.59
Hex FC 75 2F 0 36 51 1 14 61 3B
Octal 374 165 57 0 66 121 1 24 141 73
Binary 11111100 1110101 101111 0 110110 1010001 1 10100 1100001 111011

Color Harmonies of #FC752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC752F

Black with #FC752F

Text Example


Text Example

White with #FC752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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