Html Css Color HEX #FC401A Red Orange

📋 copy color: '#FC401A'

red 252 ◦ green 64 ◦ blue 26

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

Shades of Red Orange #FC401A

Tints of Red Orange #FC401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 73.68%
G = 18.71%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC401A (or 0xFC401A) is known color: Red Orange. HEX triplet: FC, 40 and 1A. RGB value is (252,64,26). Sum of RGB (Red+Green+Blue) = 252+64+26=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC401A is #03BFE5. Grayscale: #747474. Windows color (decimal): -245734 or 1720572. OLE color: 1720572.

HSL color Cylindrical-coordinate representation of color #FC401A: hue angle of 10.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC401A is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 26 -
CMYK 0 0.75 0.90 0.01
HSL 10.09º 0.97% 0.55% -
HSV(B) 10.09º 0.9% 0.99% -
XYZ 42.16 24.44 3.47 -
YUV 115.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 252 64 26 0 0.75 0.90 0.01 10.09 0.97 0.55
Hex FC 40 1A 0 4B 5A 1 A 61 37
Octal 374 100 32 0 113 132 1 12 141 67
Binary 11111100 1000000 11010 0 1001011 1011010 1 1010 1100001 110111

Color Harmonies of #FC401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC401A

Black with #FC401A

Text Example


Text Example

White with #FC401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC401A; }

 p { color: rgb(252,64,26); }

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

background-color css

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

 a { background-color: rgb(252,64,26); }

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

border-color css

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

 span { border-color: rgb(252,64,26); }

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