Html Css Color HEX #FC403B Coral Red

📋 copy color: '#FC403B'

red 252 ◦ green 64 ◦ blue 59

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

Shades of Coral Red #FC403B

Tints of Coral Red #FC403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 67.2%
G = 17.07%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC403B (or 0xFC403B) is known color: Coral Red. HEX triplet: FC, 40 and 3B. RGB value is (252,64,59). Sum of RGB (Red+Green+Blue) = 252+64+59=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC403B is #03BFC4. Grayscale: #777777. Windows color (decimal): -245701 or 3883260. OLE color: 3883260.

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

Color convert

RGB 252 64 59 -
CMYK 0 0.75 0.77 0.01
HSL 1.55º 0.97% 0.61% -
HSV(B) 1.55º 0.77% 0.99% -
XYZ 42.77 24.68 6.65 -
YUV 119.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 252 64 59 0 0.75 0.77 0.01 1.55 0.97 0.61
Hex FC 40 3B 0 4B 4D 1 2 61 3D
Octal 374 100 73 0 113 115 1 2 141 75
Binary 11111100 1000000 111011 0 1001011 1001101 1 10 1100001 111101

Color Harmonies of #FC403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC403B

Black with #FC403B

Text Example


Text Example

White with #FC403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC403B; }

 p { color: rgb(252,64,59); }

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

background-color css

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

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

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

border-color css

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

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

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