Html Css Color HEX #FC3A1B Red Orange

📋 copy color: '#FC3A1B'

red 252 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #FC3A1B

Tints of Red Orange #FC3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

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

R = 74.78%
G = 17.21%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC3A1B (or 0xFC3A1B) is known color: Red Orange. HEX triplet: FC, 3A and 1B. RGB value is (252,58,27). Sum of RGB (Red+Green+Blue) = 252+58+27=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A1B is #03C5E4. Grayscale: #707070. Windows color (decimal): -247269 or 1784572. OLE color: 1784572.

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

Color convert

RGB 252 58 27 -
CMYK 0 0.77 0.89 0.01
HSL 8.27º 0.97% 0.55% -
HSV(B) 8.27º 0.89% 0.99% -
XYZ 41.86 23.8 3.42 -
YUV 112.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 252 58 27 0 0.77 0.89 0.01 8.27 0.97 0.55
Hex FC 3A 1B 0 4D 59 1 8 61 37
Octal 374 72 33 0 115 131 1 10 141 67
Binary 11111100 111010 11011 0 1001101 1011001 1 1000 1100001 110111

Color Harmonies of #FC3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A1B

Black with #FC3A1B

Text Example


Text Example

White with #FC3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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