Html Css Color HEX #FC331A Red Orange

📋 copy color: '#FC331A'

red 252 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #FC331A

Tints of Red Orange #FC331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 76.6%
G = 15.5%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC331A (or 0xFC331A) is known color: Red Orange. HEX triplet: FC, 33 and 1A. RGB value is (252,51,26). Sum of RGB (Red+Green+Blue) = 252+51+26=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC331A is #03CCE5. Grayscale: #6C6C6C. Windows color (decimal): -249062 or 1717244. OLE color: 1717244.

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

Color convert

RGB 252 51 26 -
CMYK 0 0.80 0.90 0.01
HSL 6.64º 0.97% 0.55% -
HSV(B) 6.64º 0.9% 0.99% -
XYZ 41.52 23.14 3.26 -
YUV 108.25 81.59 230.53 -
System Red Green Blue C M Y K H S L
Decimal 252 51 26 0 0.80 0.90 0.01 6.64 0.97 0.55
Hex FC 33 1A 0 50 5A 1 7 61 37
Octal 374 63 32 0 120 132 1 7 141 67
Binary 11111100 110011 11010 0 1010000 1011010 1 111 1100001 110111

Color Harmonies of #FC331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC331A

Black with #FC331A

Text Example


Text Example

White with #FC331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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