Html Css Color HEX #FC302A Red Orange

📋 copy color: '#FC302A'

red 252 ◦ green 48 ◦ blue 42

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

Shades of Red Orange #FC302A

Tints of Red Orange #FC302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 73.68%
G = 14.04%
B = 12.28%

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

#FC302A (or 0xFC302A) is known color: Red Orange. HEX triplet: FC, 30 and 2A. RGB value is (252,48,42). Sum of RGB (Red+Green+Blue) = 252+48+42=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC302A is #03CFD5. Grayscale: #6C6C6C. Windows color (decimal): -249814 or 2765052. OLE color: 2765052.

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

Color convert

RGB 252 48 42 -
CMYK 0 0.81 0.83 0.01
HSL 1.71º 0.97% 0.58% -
HSV(B) 1.71º 0.83% 0.99% -
XYZ 41.62 22.98 4.43 -
YUV 108.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 252 48 42 0 0.81 0.83 0.01 1.71 0.97 0.58
Hex FC 30 2A 0 51 53 1 2 61 3A
Octal 374 60 52 0 121 123 1 2 141 72
Binary 11111100 110000 101010 0 1010001 1010011 1 10 1100001 111010

Color Harmonies of #FC302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC302A

Black with #FC302A

Text Example


Text Example

White with #FC302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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