Html Css Color HEX #FA854A Coral

📋 copy color: '#FA854A'

red 250 ◦ green 133 ◦ blue 74

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

Shades of Coral #FA854A

Tints of Coral #FA854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 54.7%
G = 29.1%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA854A (or 0xFA854A) is known color: Coral. HEX triplet: FA, 85 and 4A. RGB value is (250,133,74). Sum of RGB (Red+Green+Blue) = 250+133+74=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA854A is #057AB5. Grayscale: #A1A1A1. Windows color (decimal): -359094 or 4883962. OLE color: 4883962.

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

Color convert

RGB 250 133 74 -
CMYK 0 0.47 0.70 0.02
HSL 20.11º 0.95% 0.64% -
HSV(B) 20.11º 0.7% 0.98% -
XYZ 49.05 37.59 11.15 -
YUV 161.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 250 133 74 0 0.47 0.70 0.02 20.11 0.95 0.64
Hex FA 85 4A 0 2F 46 2 14 5F 40
Octal 372 205 112 0 57 106 2 24 137 100
Binary 11111010 10000101 1001010 0 101111 1000110 10 10100 1011111 1000000

Color Harmonies of #FA854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA854A

Black with #FA854A

Text Example


Text Example

White with #FA854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA854A; }

 p { color: rgb(250,133,74); }

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

background-color css

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

 a { background-color: rgb(250,133,74); }

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

border-color css

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

 span { border-color: rgb(250,133,74); }

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