Html Css Color HEX #FC461B Orange Red

📋 copy color: '#FC461B'

red 252 ◦ green 70 ◦ blue 27

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

Shades of Orange Red #FC461B

Tints of Orange Red #FC461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 72.21%
G = 20.06%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC461B (or 0xFC461B) is known color: Orange Red. HEX triplet: FC, 46 and 1B. RGB value is (252,70,27). Sum of RGB (Red+Green+Blue) = 252+70+27=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC461B is #03B9E4. Grayscale: #777777. Windows color (decimal): -244197 or 1787644. OLE color: 1787644.

HSL color Cylindrical-coordinate representation of color #FC461B: hue angle of 11.47º 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 #FC461B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 70 27 -
CMYK 0 0.72 0.89 0.01
HSL 11.47º 0.97% 0.55% -
HSV(B) 11.47º 0.89% 0.99% -
XYZ 42.53 25.15 3.65 -
YUV 119.52 75.8 222.5 -
System Red Green Blue C M Y K H S L
Decimal 252 70 27 0 0.72 0.89 0.01 11.47 0.97 0.55
Hex FC 46 1B 0 48 59 1 B 61 37
Octal 374 106 33 0 110 131 1 13 141 67
Binary 11111100 1000110 11011 0 1001000 1011001 1 1011 1100001 110111

Color Harmonies of #FC461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC461B

Black with #FC461B

Text Example


Text Example

White with #FC461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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