Html Css Color HEX #FC3D1A Red Orange

📋 copy color: '#FC3D1A'

red 252 ◦ green 61 ◦ blue 26

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

Shades of Red Orange #FC3D1A

Tints of Red Orange #FC3D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

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

R = 74.34%
G = 17.99%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3D1A (or 0xFC3D1A) is known color: Red Orange. HEX triplet: FC, 3D and 1A. RGB value is (252,61,26). Sum of RGB (Red+Green+Blue) = 252+61+26=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3D1A is #03C2E5. Grayscale: #727272. Windows color (decimal): -246502 or 1719804. OLE color: 1719804.

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

Color convert

RGB 252 61 26 -
CMYK 0 0.76 0.90 0.01
HSL 9.29º 0.97% 0.55% -
HSV(B) 9.29º 0.9% 0.99% -
XYZ 42 24.11 3.42 -
YUV 114.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 252 61 26 0 0.76 0.90 0.01 9.29 0.97 0.55
Hex FC 3D 1A 0 4C 5A 1 9 61 37
Octal 374 75 32 0 114 132 1 11 141 67
Binary 11111100 111101 11010 0 1001100 1011010 1 1001 1100001 110111

Color Harmonies of #FC3D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3D1A

Black with #FC3D1A

Text Example


Text Example

White with #FC3D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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