Html Css Color HEX #FC302F Red Orange

📋 copy color: '#FC302F'

red 252 ◦ green 48 ◦ blue 47

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

Shades of Red Orange #FC302F

Tints of Red Orange #FC302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 72.62%
G = 13.83%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC302F (or 0xFC302F) is known color: Red Orange. HEX triplet: FC, 30 and 2F. RGB value is (252,48,47). Sum of RGB (Red+Green+Blue) = 252+48+47=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC302F is #03CFD0. Grayscale: #6D6D6D. Windows color (decimal): -249809 or 3092732. OLE color: 3092732.

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

Color convert

RGB 252 48 47 -
CMYK 0 0.81 0.81 0.01
HSL 0.29º 0.97% 0.59% -
HSV(B) 0.29º 0.81% 0.99% -
XYZ 41.71 23.01 4.93 -
YUV 108.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 252 48 47 0 0.81 0.81 0.01 0.29 0.97 0.59
Hex FC 30 2F 0 51 51 1 0 61 3B
Octal 374 60 57 0 121 121 1 0 141 73
Binary 11111100 110000 101111 0 1010001 1010001 1 0 1100001 111011

Color Harmonies of #FC302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC302F

Black with #FC302F

Text Example


Text Example

White with #FC302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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