Html Css Color HEX #FC4507 Orange Red

📋 copy color: '#FC4507'

red 252 ◦ green 69 ◦ blue 7

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

Shades of Orange Red #FC4507

Tints of Orange Red #FC4507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 76.83%
G = 21.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4507 (or 0xFC4507) is known color: Orange Red. HEX triplet: FC, 45 and 07. RGB value is (252,69,7). Sum of RGB (Red+Green+Blue) = 252+69+7=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4507 is #03BAF8. Grayscale: #757575. Windows color (decimal): -244473 or 476668. OLE color: 476668.

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

Color convert

RGB 252 69 7 -
CMYK 0 0.73 0.97 0.01
HSL 15.18º 0.98% 0.51% -
HSV(B) 15.18º 0.97% 0.99% -
XYZ 42.31 24.97 2.79 -
YUV 116.65 66.13 224.54 -
System Red Green Blue C M Y K H S L
Decimal 252 69 7 0 0.73 0.97 0.01 15.18 0.98 0.51
Hex FC 45 7 0 49 61 1 F 62 33
Octal 374 105 7 0 111 141 1 17 142 63
Binary 11111100 1000101 111 0 1001001 1100001 1 1111 1100010 110011

Color Harmonies of #FC4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4507

Black with #FC4507

Text Example


Text Example

White with #FC4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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