Html Css Color HEX #FC4506 Orange Red

📋 copy color: '#FC4506'

red 252 ◦ green 69 ◦ blue 6

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

Shades of Orange Red #FC4506

Tints of Orange Red #FC4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 77.06%
G = 21.1%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4506 (or 0xFC4506) is known color: Orange Red. HEX triplet: FC, 45 and 06. RGB value is (252,69,6). Sum of RGB (Red+Green+Blue) = 252+69+6=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4506 is #03BAF9. Grayscale: #747474. Windows color (decimal): -244474 or 411132. OLE color: 411132.

HSL color Cylindrical-coordinate representation of color #FC4506: hue angle of 15.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4506 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 69 6 -
CMYK 0 0.73 0.98 0.01
HSL 15.37º 0.98% 0.51% -
HSV(B) 15.37º 0.98% 0.99% -
XYZ 42.31 24.96 2.76 -
YUV 116.54 65.63 224.62 -
System Red Green Blue C M Y K H S L
Decimal 252 69 6 0 0.73 0.98 0.01 15.37 0.98 0.51
Hex FC 45 6 0 49 62 1 F 62 33
Octal 374 105 6 0 111 142 1 17 142 63
Binary 11111100 1000101 110 0 1001001 1100010 1 1111 1100010 110011

Color Harmonies of #FC4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4506

Black with #FC4506

Text Example


Text Example

White with #FC4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4506; }

 p { color: rgb(252,69,6); }

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

background-color css

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

 a { background-color: rgb(252,69,6); }

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

border-color css

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

 span { border-color: rgb(252,69,6); }

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