Html Css Color HEX #FC4105 Orange Red

📋 copy color: '#FC4105'

red 252 ◦ green 65 ◦ blue 5

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

Shades of Orange Red #FC4105

Tints of Orange Red #FC4105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 78.26%
G = 20.19%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4105 (or 0xFC4105) is known color: Orange Red. HEX triplet: FC, 41 and 05. RGB value is (252,65,5). Sum of RGB (Red+Green+Blue) = 252+65+5=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4105 is #03BEFA. Grayscale: #727272. Windows color (decimal): -245499 or 344572. OLE color: 344572.

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

Color convert

RGB 252 65 5 -
CMYK 0 0.74 0.98 0.01
HSL 14.57º 0.98% 0.5% -
HSV(B) 14.57º 0.98% 0.99% -
XYZ 42.06 24.49 2.65 -
YUV 114.07 66.45 226.38 -
System Red Green Blue C M Y K H S L
Decimal 252 65 5 0 0.74 0.98 0.01 14.57 0.98 0.5
Hex FC 41 5 0 4A 62 1 F 62 32
Octal 374 101 5 0 112 142 1 17 142 62
Binary 11111100 1000001 101 0 1001010 1100010 1 1111 1100010 110010

Color Harmonies of #FC4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4105

Black with #FC4105

Text Example


Text Example

White with #FC4105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4105; }

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

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

background-color css

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

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

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

border-color css

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

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

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