Html Css Color HEX #FC3333 Red Orange

📋 copy color: '#FC3333'

red 252 ◦ green 51 ◦ blue 51

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

Shades of Red Orange #FC3333

Tints of Red Orange #FC3333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 71.19%
G = 14.41%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC3333 (or 0xFC3333) is known color: Red Orange. HEX triplet: FC, 33 and 33. RGB value is (252,51,51). Sum of RGB (Red+Green+Blue) = 252+51+51=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3333 is #03CCCC. Grayscale: #6F6F6F. Windows color (decimal): -249037 or 3355644. OLE color: 3355644.

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

Color convert

RGB 252 51 51 -
CMYK 0 0.80 0.80 0.01
HSL 0.97% 0.59% -
HSV(B) 0.8% 0.99% -
XYZ 41.93 23.3 5.42 -
YUV 111.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 252 51 51 0 0.80 0.80 0.01 0 0.97 0.59
Hex FC 33 33 0 50 50 1 0 61 3B
Octal 374 63 63 0 120 120 1 0 141 73
Binary 11111100 110011 110011 0 1010000 1010000 1 0 1100001 111011

Color Harmonies of #FC3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3333

Black with #FC3333

Text Example


Text Example

White with #FC3333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3333; }

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

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

background-color css

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

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

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

border-color css

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

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

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