Html Css Color HEX #FA824C Coral

📋 copy color: '#FA824C'

red 250 ◦ green 130 ◦ blue 76

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

Shades of Coral #FA824C

Tints of Coral #FA824C

RGB

 RED value IS 250 (98.05% from 255) = 54.82%

 GREEN value IS 130 (51.17% from 255) = 28.51%

 BLUE value IS 76 (30.08% from 255) = 16.67%

R = 54.82%
G = 28.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA824C (or 0xFA824C) is known color: Coral. HEX triplet: FA, 82 and 4C. RGB value is (250,130,76). Sum of RGB (Red+Green+Blue) = 250+130+76=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA824C is #057DB3. Grayscale: #A0A0A0. Windows color (decimal): -359860 or 5014266. OLE color: 5014266.

HSL color Cylindrical-coordinate representation of color #FA824C: hue angle of 18.62º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA824C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 76 -
CMYK 0 0.48 0.70 0.02
HSL 18.62º 0.95% 0.64% -
HSV(B) 18.62º 0.7% 0.98% -
XYZ 48.71 36.81 11.38 -
YUV 159.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 250 130 76 0 0.48 0.70 0.02 18.62 0.95 0.64
Hex FA 82 4C 0 30 46 2 13 5F 40
Octal 372 202 114 0 60 106 2 23 137 100
Binary 11111010 10000010 1001100 0 110000 1000110 10 10011 1011111 1000000

Color Harmonies of #FA824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA824C

Black with #FA824C

Text Example


Text Example

White with #FA824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA824C; }

 p { color: rgb(250,130,76); }

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

background-color css

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

 a { background-color: rgb(250,130,76); }

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

border-color css

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

 span { border-color: rgb(250,130,76); }

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