Html Css Color HEX #FC401B Red Orange

📋 copy color: '#FC401B'

red 252 ◦ green 64 ◦ blue 27

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

Shades of Red Orange #FC401B

Tints of Red Orange #FC401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 73.47%
G = 18.66%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC401B (or 0xFC401B) is known color: Red Orange. HEX triplet: FC, 40 and 1B. RGB value is (252,64,27). Sum of RGB (Red+Green+Blue) = 252+64+27=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC401B is #03BFE4. Grayscale: #747474. Windows color (decimal): -245733 or 1786108. OLE color: 1786108.

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

Color convert

RGB 252 64 27 -
CMYK 0 0.75 0.89 0.01
HSL 9.87º 0.97% 0.55% -
HSV(B) 9.87º 0.89% 0.99% -
XYZ 42.18 24.44 3.53 -
YUV 115.99 77.78 225.01 -
System Red Green Blue C M Y K H S L
Decimal 252 64 27 0 0.75 0.89 0.01 9.87 0.97 0.55
Hex FC 40 1B 0 4B 59 1 A 61 37
Octal 374 100 33 0 113 131 1 12 141 67
Binary 11111100 1000000 11011 0 1001011 1011001 1 1010 1100001 110111

Color Harmonies of #FC401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC401B

Black with #FC401B

Text Example


Text Example

White with #FC401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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