Html Css Color HEX #FC7E2A Burnt Orange

📋 copy color: '#FC7E2A'

red 252 ◦ green 126 ◦ blue 42

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

Shades of Burnt Orange #FC7E2A

Tints of Burnt Orange #FC7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

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

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC7E2A (or 0xFC7E2A) is known color: Burnt Orange. HEX triplet: FC, 7E and 2A. RGB value is (252,126,42). Sum of RGB (Red+Green+Blue) = 252+126+42=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E2A is #0381D5. Grayscale: #9A9A9A. Windows color (decimal): -229846 or 2785020. OLE color: 2785020.

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

Color convert

RGB 252 126 42 -
CMYK 0 0.5 0.83 0.01
HSL 24º 0.97% 0.58% -
HSV(B) 24º 0.83% 0.99% -
XYZ 48.02 35.78 6.57 -
YUV 154.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 252 126 42 0 0.5 0.83 0.01 24 0.97 0.58
Hex FC 7E 2A 0 32 53 1 18 61 3A
Octal 374 176 52 0 62 123 1 30 141 72
Binary 11111100 1111110 101010 0 110010 1010011 1 11000 1100001 111010

Color Harmonies of #FC7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E2A

Black with #FC7E2A

Text Example


Text Example

White with #FC7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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