Html Css Color HEX #FC7434 Burnt Orange

📋 copy color: '#FC7434'

red 252 ◦ green 116 ◦ blue 52

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

Shades of Burnt Orange #FC7434

Tints of Burnt Orange #FC7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 60%
G = 27.62%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC7434 (or 0xFC7434) is known color: Burnt Orange. HEX triplet: FC, 74 and 34. RGB value is (252,116,52). Sum of RGB (Red+Green+Blue) = 252+116+52=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7434 is #038BCB. Grayscale: #959595. Windows color (decimal): -232396 or 3437820. OLE color: 3437820.

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

Color convert

RGB 252 116 52 -
CMYK 0 0.54 0.79 0.01
HSL 19.2º 0.97% 0.6% -
HSV(B) 19.2º 0.79% 0.99% -
XYZ 47.01 33.43 7.22 -
YUV 149.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 252 116 52 0 0.54 0.79 0.01 19.2 0.97 0.6
Hex FC 74 34 0 36 4F 1 13 61 3C
Octal 374 164 64 0 66 117 1 23 141 74
Binary 11111100 1110100 110100 0 110110 1001111 1 10011 1100001 111100

Color Harmonies of #FC7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7434

Black with #FC7434

Text Example


Text Example

White with #FC7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7434; }

 p { color: rgb(252,116,52); }

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

background-color css

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

 a { background-color: rgb(252,116,52); }

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

border-color css

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

 span { border-color: rgb(252,116,52); }

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