Html Css Color HEX #FCA67B Light Salmon

📋 copy color: '#FCA67B'

red 252 ◦ green 166 ◦ blue 123

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

Shades of Light Salmon #FCA67B

Tints of Light Salmon #FCA67B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

 BLUE value IS 123 (48.44% from 255) = 22.74%

R = 46.58%
G = 30.68%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCA67B (or 0xFCA67B) is known color: Light Salmon. HEX triplet: FC, A6 and 7B. RGB value is (252,166,123). Sum of RGB (Red+Green+Blue) = 252+166+123=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA67B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA67B is #035984. Grayscale: #BBBBBB. Windows color (decimal): -219525 or 8103676. OLE color: 8103676.

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

Color convert

RGB 252 166 123 -
CMYK 0 0.34 0.51 0.01
HSL 20º 0.96% 0.74% -
HSV(B) 20º 0.51% 0.99% -
XYZ 57.36 49.4 25.25 -
YUV 186.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 252 166 123 0 0.34 0.51 0.01 20 0.96 0.74
Hex FC A6 7B 0 22 33 1 14 60 4A
Octal 374 246 173 0 42 63 1 24 140 112
Binary 11111100 10100110 1111011 0 100010 110011 1 10100 1100000 1001010

Color Harmonies of #FCA67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA67B

Black with #FCA67B

Text Example


Text Example

White with #FCA67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA67B; }

 p { color: rgb(252,166,123); }

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

background-color css

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

 a { background-color: rgb(252,166,123); }

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

border-color css

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

 span { border-color: rgb(252,166,123); }

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