Html Css Color HEX #FC302C Red Orange

📋 copy color: '#FC302C'

red 252 ◦ green 48 ◦ blue 44

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

Shades of Red Orange #FC302C

Tints of Red Orange #FC302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 73.26%
G = 13.95%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC302C (or 0xFC302C) is known color: Red Orange. HEX triplet: FC, 30 and 2C. RGB value is (252,48,44). Sum of RGB (Red+Green+Blue) = 252+48+44=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC302C is #03CFD3. Grayscale: #6C6C6C. Windows color (decimal): -249812 or 2896124. OLE color: 2896124.

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

Color convert

RGB 252 48 44 -
CMYK 0 0.81 0.83 0.01
HSL 1.15º 0.97% 0.58% -
HSV(B) 1.15º 0.83% 0.99% -
XYZ 41.66 22.99 4.63 -
YUV 108.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 252 48 44 0 0.81 0.83 0.01 1.15 0.97 0.58
Hex FC 30 2C 0 51 53 1 1 61 3A
Octal 374 60 54 0 121 123 1 1 141 72
Binary 11111100 110000 101100 0 1010001 1010011 1 1 1100001 111010

Color Harmonies of #FC302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC302C

Black with #FC302C

Text Example


Text Example

White with #FC302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC302C; }

 p { color: rgb(252,48,44); }

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

background-color css

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

 a { background-color: rgb(252,48,44); }

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

border-color css

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

 span { border-color: rgb(252,48,44); }

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