Html Css Color HEX #FA814B Coral

📋 copy color: '#FA814B'

red 250 ◦ green 129 ◦ blue 75

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

Shades of Coral #FA814B

Tints of Coral #FA814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.41%

 BLUE value IS 75 (29.69% from 255) = 16.52%

R = 55.07%
G = 28.41%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA814B (or 0xFA814B) is known color: Coral. HEX triplet: FA, 81 and 4B. RGB value is (250,129,75). Sum of RGB (Red+Green+Blue) = 250+129+75=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA814B is #057EB4. Grayscale: #9F9F9F. Windows color (decimal): -360117 or 4948474. OLE color: 4948474.

HSL color Cylindrical-coordinate representation of color #FA814B: hue angle of 18.51º 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 #FA814B is Cyan = 0, Magento = 0.48, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 129 75 -
CMYK 0 0.48 0.7 0.02
HSL 18.51º 0.95% 0.64% -
HSV(B) 18.51º 0.7% 0.98% -
XYZ 48.54 36.53 11.15 -
YUV 159.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 250 129 75 0 0.48 0.7 0.02 18.51 0.95 0.64
Hex FA 81 4B 0 30 46 2 13 5F 40
Octal 372 201 113 0 60 106 2 23 137 100
Binary 11111010 10000001 1001011 0 110000 1000110 10 10011 1011111 1000000

Color Harmonies of #FA814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA814B

Black with #FA814B

Text Example


Text Example

White with #FA814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA814B; }

 p { color: rgb(250,129,75); }

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

background-color css

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

 a { background-color: rgb(250,129,75); }

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

border-color css

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

 span { border-color: rgb(250,129,75); }

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