Html Css Color HEX #FC302B Red Orange

📋 copy color: '#FC302B'

red 252 ◦ green 48 ◦ blue 43

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

Shades of Red Orange #FC302B

Tints of Red Orange #FC302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 73.47%
G = 13.99%
B = 12.54%

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

#FC302B (or 0xFC302B) is known color: Red Orange. HEX triplet: FC, 30 and 2B. RGB value is (252,48,43). Sum of RGB (Red+Green+Blue) = 252+48+43=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC302B is #03CFD4. Grayscale: #6C6C6C. Windows color (decimal): -249813 or 2830588. OLE color: 2830588.

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

Color convert

RGB 252 48 43 -
CMYK 0 0.81 0.83 0.01
HSL 1.44º 0.97% 0.58% -
HSV(B) 1.44º 0.83% 0.99% -
XYZ 41.64 22.98 4.53 -
YUV 108.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 252 48 43 0 0.81 0.83 0.01 1.44 0.97 0.58
Hex FC 30 2B 0 51 53 1 1 61 3A
Octal 374 60 53 0 121 123 1 1 141 72
Binary 11111100 110000 101011 0 1010001 1010011 1 1 1100001 111010

Color Harmonies of #FC302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC302B

Black with #FC302B

Text Example


Text Example

White with #FC302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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