Html Css Color HEX #FC4109 Orange Red

📋 copy color: '#FC4109'

red 252 ◦ green 65 ◦ blue 9

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

Shades of Orange Red #FC4109

Tints of Orange Red #FC4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 77.3%
G = 19.94%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC4109 (or 0xFC4109) is known color: Orange Red. HEX triplet: FC, 41 and 09. RGB value is (252,65,9). Sum of RGB (Red+Green+Blue) = 252+65+9=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4109 is #03BEF6. Grayscale: #727272. Windows color (decimal): -245495 or 606716. OLE color: 606716.

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

Color convert

RGB 252 65 9 -
CMYK 0 0.74 0.96 0.01
HSL 13.83º 0.98% 0.51% -
HSV(B) 13.83º 0.96% 0.99% -
XYZ 42.08 24.5 2.77 -
YUV 114.53 68.45 226.05 -
System Red Green Blue C M Y K H S L
Decimal 252 65 9 0 0.74 0.96 0.01 13.83 0.98 0.51
Hex FC 41 9 0 4A 60 1 E 62 33
Octal 374 101 11 0 112 140 1 16 142 63
Binary 11111100 1000001 1001 0 1001010 1100000 1 1110 1100010 110011

Color Harmonies of #FC4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4109

Black with #FC4109

Text Example


Text Example

White with #FC4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4109; }

 p { color: rgb(252,65,9); }

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

background-color css

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

 a { background-color: rgb(252,65,9); }

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

border-color css

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

 span { border-color: rgb(252,65,9); }

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