Html Css Color HEX #FC835A Coral

📋 copy color: '#FC835A'

red 252 ◦ green 131 ◦ blue 90

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

Shades of Coral #FC835A

Tints of Coral #FC835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 53.28%
G = 27.7%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC835A (or 0xFC835A) is known color: Coral. HEX triplet: FC, 83 and 5A. RGB value is (252,131,90). Sum of RGB (Red+Green+Blue) = 252+131+90=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC835A is #037CA5. Grayscale: #A2A2A2. Windows color (decimal): -228518 or 5932028. OLE color: 5932028.

HSL color Cylindrical-coordinate representation of color #FC835A: hue angle of 15.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC835A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 131 90 -
CMYK 0 0.48 0.64 0.01
HSL 15.19º 0.96% 0.67% -
HSV(B) 15.19º 0.64% 0.99% -
XYZ 50.11 37.67 14.3 -
YUV 162.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 252 131 90 0 0.48 0.64 0.01 15.19 0.96 0.67
Hex FC 83 5A 0 30 40 1 F 60 43
Octal 374 203 132 0 60 100 1 17 140 103
Binary 11111100 10000011 1011010 0 110000 1000000 1 1111 1100000 1000011

Color Harmonies of #FC835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC835A

Black with #FC835A

Text Example


Text Example

White with #FC835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC835A; }

 p { color: rgb(252,131,90); }

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

background-color css

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

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

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

border-color css

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

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

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